test: meson: link with tllist

This commit is contained in:
Daniel Eklöf 2021-11-21 19:56:30 +01:00
parent 30709b0968
commit 6ea10bdb73
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)