mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
14 lines
595 B
Diff
14 lines
595 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
|
|
@@ -61,8 +61,6 @@ if cairo_dep.found()
|
|
|
|
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
|