mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
test: meson: add fontconfig to ‘test-config’ binary (fixes PGO builds)
This commit is contained in:
parent
8d7dceb88a
commit
87c454c044
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue