mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 07:11:59 +01:00
14 lines
572 B
Diff
14 lines
572 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
|
|
@@ -62,7 +62,6 @@
|
|
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
|