From 9ecee571c12e4d1645d9db2929280c9b35b1aad4 Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Thu, 18 Jun 2009 16:09:31 +0100 Subject: [PATCH] [test/build] Don't test Freetype font stuff without Fontconfig. Most Freetype hitting tests require Fontconfig to find them some fonts. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index d6b212198..2ff45f5cc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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