meson: tests: config: add missing ‘wayland_client’ dependency

Closes #918
This commit is contained in:
Daniel Eklöf 2022-02-06 12:02:42 +01:00
parent b3849cb983
commit 203a09d533
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, fontconfig, fcft, tllist])
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
test('config', config_test)