mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -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.c',
|
||||
wl_proto_headers,
|
||||
link_with: [common, tokenize],
|
||||
link_with: [common, misc, tokenize],
|
||||
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
||||
|
||||
test('config', config_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue