aports/main/pango/disable-layout-test.patch
Rasmus Thomsen 25cb94377c main/pango: upgrade to 1.45.1
* Adopt maintainership
* Add gtk-doc
* Enable tests

Do note that pango doesn't follow the usual uneven version==development
version scheme GNOME apps use: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1987#note_832302
2020-06-09 09:01:22 +00:00

14 lines
773 B
Diff

https://gitlab.gnome.org/GNOME/pango/-/issues/357#note_833024
diff --git a/tests/meson.build b/tests/meson.build
index 9b78fbf..671c6c1 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -39,7 +39,6 @@ if cairo_dep.found()
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
[ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ],
[ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ],
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-itemize', [ 'test-itemize.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-shape', [ 'test-shape.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],