aports/main/pango/disable-test-layout.patch
Leo 84e45757b8 main/pango: modernize
- Fix url=
- Fix license=
- Switch to meson
- Enable check
- Split pango-tools package
- Add pango-tools to deps of $pkgname-dev
2019-05-05 19:13:11 +00:00

14 lines
649 B
Diff

diff --git a/tests/meson.build b/tests/meson.build
index bceb909..1216949 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -37,7 +37,6 @@ if cairo_dep.found()
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
[ 'test-pangocairo-threads', [ 'test-pangocairo-threads.c' ], [ libpangocairo_dep, cairo_dep ] ],
[ 'markup-parse', [ 'markup-parse.c' ], [ libpangocairo_dep ] ],
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],
[ 'testattributes', [ 'testattributes.c', 'test-common.c' ], [ libpangocairo_dep ] ],
]