mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
- Fix url= - Fix license= - Switch to meson - Enable check - Split pango-tools package - Add pango-tools to deps of $pkgname-dev
14 lines
649 B
Diff
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 ] ],
|
|
]
|
|
|