mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
tests: meson: link with tllist
This commit is contained in:
parent
4a00d0d050
commit
8cf9f0f0dc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ config_test = executable(
|
||||||
'test-config.c', '../tokenize.c',
|
'test-config.c', '../tokenize.c',
|
||||||
wl_proto_headers,
|
wl_proto_headers,
|
||||||
link_with: [common],
|
link_with: [common],
|
||||||
dependencies: [pixman, xkb, fcft])
|
dependencies: [pixman, xkb, fcft, tllist])
|
||||||
|
|
||||||
test('config', config_test)
|
test('config', config_test)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue