summaryrefslogtreecommitdiff
path: root/repo/pango/disable-broken-test.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-10-22 16:29:29 +0100
committerdavidovski <david@davidovski.xyz>2022-10-22 16:29:29 +0100
commitf99268f797c120a24030a573ef22813cd018beb5 (patch)
treeee18857a5eda7bc94286e3924dc2209aea7b92c4 /repo/pango/disable-broken-test.patch
parent95545d88b997a17ff03bb164af33c33e2a12d693 (diff)
Added unrar
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