summaryrefslogtreecommitdiff
path: root/repo/pango/disable-broken-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/pango/disable-broken-test.patch')
-rw-r--r--repo/pango/disable-broken-test.patch24
1 files changed, 10 insertions, 14 deletions
diff --git a/repo/pango/disable-broken-test.patch b/repo/pango/disable-broken-test.patch
index db3d6c3..09282f9 100644
--- a/repo/pango/disable-broken-test.patch
+++ b/repo/pango/disable-broken-test.patch
@@ -1,15 +1,11 @@
---- 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
+diff -U3 -r a/tests/meson.build b/tests/meson.build
+--- a/tests/meson.build 2022-04-25 20:59:39.989114880 +0200
++++ b/tests/meson.build 2022-04-25 21:00:00.013429487 +0200
+@@ -61,7 +61,5 @@
- if host_system != 'darwin'
+ if host_system != 'darwin'
+ tests += [
+- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
+- [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
+ ]
+ endif