summaryrefslogtreecommitdiff
path: root/devel/dconf/patches/patch-meson.build
blob: 6efe3a4e2ef50f78b3ca3e6ba517c99113ad2ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-meson.build,v 1.1 2018/12/07 20:02:58 schmonz Exp $

Comment out tests (build broken on OS X, not being offered as
TEST_TARGET yet anyway).

--- meson.build.orig	2018-10-22 21:53:04.000000000 +0000
+++ meson.build
@@ -82,6 +82,6 @@ subdir('gsettings')
 subdir('client')
 subdir('bin')
 subdir('docs')
-subdir('tests')
+# subdir('tests')
 
 meson.add_install_script('meson_post_install.py', gio_module_dir)