summaryrefslogtreecommitdiff
path: root/repo/x11/pango/disable-broken-test.patch
blob: db3d6c3bc7a941f8a747af18271c54703b9f3cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -58,12 +58,6 @@
       [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
       [ 'testserialize', [ 'testserialize.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
     ]
-
-    if host_system != 'darwin'
-      tests += [
-        [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
-      ]
-    endif
   endif
 
   if host_system != 'darwin'