mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
fix build
This commit is contained in:
parent
cc0a4ba756
commit
b80789c49a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ config_test = executable(
|
||||||
'test-config',
|
'test-config',
|
||||||
'test-config.c',
|
'test-config.c',
|
||||||
wl_proto_headers,
|
wl_proto_headers,
|
||||||
link_with: [common, tokenize],
|
link_with: [common, misc, tokenize],
|
||||||
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
||||||
|
|
||||||
test('config', config_test)
|
test('config', config_test)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue