diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/meson.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index ca53d103..1984ed03 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -57,8 +57,13 @@ if cairo_dep.found() if build_pangoft2 tests += [ [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ], - [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], ] + + if host_system != 'darwin' + tests += [ + [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], + ] + endif endif if host_system != 'darwin' |