mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04: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',
|
'../tokenize.c', '../tokenize.h',
|
||||||
'../user-notification.c', '../user-notification.h',
|
'../user-notification.c', '../user-notification.h',
|
||||||
wl_proto_headers,
|
wl_proto_headers,
|
||||||
dependencies: [check, pixman, xkb, fcft],
|
dependencies: [check, pixman, xkb, fcft, tllist],
|
||||||
link_with: [common]
|
link_with: [common]
|
||||||
)
|
)
|
||||||
test('foot', foot_test)
|
test('foot', foot_test)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue