test: meson: add fontconfig to ‘test-config’ binary (fixes PGO builds)

This commit is contained in:
Daniel Eklöf 2021-12-11 20:09:30 +01:00
parent 8d7dceb88a
commit 87c454c044
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -3,6 +3,6 @@ config_test = executable(
'test-config.c', '../tokenize.c',
wl_proto_headers,
link_with: [common],
dependencies: [pixman, xkb, fcft, tllist])
dependencies: [pixman, xkb, fontconfig, fcft, tllist])
test('config', config_test)