aboutsummaryrefslogtreecommitdiffstats
path: root/main/pango/disable-test-layout.patch
blob: 2e10d389a2083680013ae333ac78269c372fa378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/meson.build b/tests/meson.build
index bceb909..1216949 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -37,7 +37,6 @@ if cairo_dep.found()
     [ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
     [ 'test-pangocairo-threads', [ 'test-pangocairo-threads.c' ], [ libpangocairo_dep, cairo_dep ] ],
     [ 'markup-parse', [ 'markup-parse.c' ], [ libpangocairo_dep ] ],
-    [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
     [ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],
     [ 'testattributes', [ 'testattributes.c', 'test-common.c' ], [ libpangocairo_dep ] ],
   ]