mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
8 lines
223 B
Meson
8 lines
223 B
Meson
config_test = executable(
|
|
'test-config',
|
|
'test-config.c',
|
|
wl_proto_headers,
|
|
link_with: [common, misc, tokenize],
|
|
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
|
|
|
test('config', config_test)
|