tests: meson: link with tllist

This commit is contained in:
Daniel Eklöf 2021-11-27 20:59:58 +01:00
parent 4a00d0d050
commit 8cf9f0f0dc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -3,6 +3,6 @@ config_test = executable(
'test-config.c', '../tokenize.c',
wl_proto_headers,
link_with: [common],
dependencies: [pixman, xkb, fcft])
dependencies: [pixman, xkb, fcft, tllist])
test('config', config_test)