From 3910b1155f2d5a98142ade67e09f097cb94a2d2e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 22 Apr 2019 09:53:54 +0000 Subject: [PATCH 1/5] test: don't always build FreeType-dependent test This caused a build failure when attempting to build cairo without FreeType available on the system. --- test/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.sources b/test/Makefile.sources index c47131faf..cc3d81f7e 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -144,7 +144,6 @@ test_sources = \ font-face-get-type.c \ font-matrix-translation.c \ font-options.c \ - font-variations.c \ glyph-cache-pressure.c \ get-and-set.c \ get-clip.c \ @@ -399,6 +398,7 @@ pthread_test_sources = \ ft_font_test_sources = \ bitmap-font.c \ + font-variations.c \ ft-font-create-for-ft-face.c \ ft-show-glyphs-positioning.c \ ft-show-glyphs-table.c \ -- 2.19.2