mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
meson: tests: config: add missing ‘wayland_client’ dependency
Closes #918
This commit is contained in:
parent
b3849cb983
commit
203a09d533
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue