mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
test: meson: link with tllist
This commit is contained in:
parent
30709b0968
commit
6ea10bdb73
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if check.found()
|
|||
'../tokenize.c', '../tokenize.h',
|
||||
'../user-notification.c', '../user-notification.h',
|
||||
wl_proto_headers,
|
||||
dependencies: [check, pixman, xkb, fcft],
|
||||
dependencies: [check, pixman, xkb, fcft, tllist],
|
||||
link_with: [common]
|
||||
)
|
||||
test('foot', foot_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue