fix build

This commit is contained in:
Jake Stewart 2026-02-19 20:19:30 +08:00
parent cc0a4ba756
commit b80789c49a

View file

@ -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)