mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 20:50:14 +01:00
[test/build] Don't test Freetype font stuff without Fontconfig.
Most Freetype hitting tests require Fontconfig to find them some fonts.
This commit is contained in:
parent
742b1ad4b0
commit
9ecee571c1
1 changed files with 2 additions and 0 deletions
|
|
@ -13,8 +13,10 @@ test_sources += $(pthread_test_sources)
|
|||
endif
|
||||
|
||||
if CAIRO_HAS_FT_FONT
|
||||
if CAIRO_HAS_FC_FONT
|
||||
test_sources += $(ft_font_test_sources)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Need to add quartz-surface-source
|
||||
if CAIRO_HAS_QUARTZ_SURFACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue