aports/main/pango/disable-broken-test.patch
2022-04-25 19:18:42 +00:00

12 lines
472 B
Diff

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'
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