mirror of
https://github.com/labwc/labwc.git
synced 2025-11-23 06:59:54 -05:00
tests: avoid fontconfig ASAN warnings
This commit is contained in:
parent
db02ef86b1
commit
84ebd2dae5
3 changed files with 7 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ foreach t : rcxml_tests
|
|||
exe = executable(
|
||||
testname,
|
||||
sources: [t, 'tap.c'],
|
||||
dependencies: [wlroots],
|
||||
dependencies: [wlroots, cairo, pangocairo],
|
||||
include_directories: [labwc_inc],
|
||||
link_with: [rcxml_lib],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue