aports/main/pango/disable-broken-test.patch
2023-09-06 20:03:56 +00:00

14 lines
572 B
Diff

diff -U3 -r a/tests/meson.build b/tests/meson.build
diff --git a/tests/meson.build b/tests/meson.build
index 8b4bfa3..287a001 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -62,7 +62,6 @@
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 ] ],
[ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
]
endif