[pango/pango2-windows: 8/15] build: Only build tests using FontConfig if it is found




commit f2172d9e6a613b13de12eb597bd41c10d4c9d604
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jun 9 15:41:13 2022 +0800

    build: Only build tests using FontConfig if it is found
    
    Otherwise, these test programs won't build.  Also put test-break into this list
    since it uses FontConfig rather directly.

 tests/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index b016a7ff..c78ed9aa 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -36,7 +36,6 @@ if cairo_dep.found()
     [ 'testattributes', [ 'testattributes.c', 'test-common.c' ] ],
     [ 'cxx-test', [ 'cxx-test.cpp' ] ],
     [ 'test-harfbuzz', [ 'test-harfbuzz.c' ] ],
-    [ 'test-break', [ 'test-break.c', 'test-common.c', 'validate-log-attrs.c' ] ],
     [ 'testmisc', [ 'testmisc.c' ] ],
     [ 'testserialize', [ 'testserialize.c' ] ],
     [ 'testhbfont', [ 'testhbfont.c' ] ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]