[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:
M Joonas Pihlaja 2009-06-18 16:09:31 +01:00
parent 742b1ad4b0
commit 9ecee571c1

View file

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