aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-19 14:30:58 -0500
committerDavid Robillard <d@drobilla.net>2022-11-19 14:30:58 -0500
commit169defc981b4bf0f5f33172f37baf89f48ce229e (patch)
tree86d04a92ff7c04a7f114e1b6c9019d9bce4a29b1
parentf719b21437efd89de4895ae77e8276fed655977d (diff)
downloadjalv-169defc981b4bf0f5f33172f37baf89f48ce229e.tar.gz
jalv-169defc981b4bf0f5f33172f37baf89f48ce229e.tar.bz2
jalv-169defc981b4bf0f5f33172f37baf89f48ce229e.zip
Set minimal options when building fallback zix subproject
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c4eb437..4499041 100644
--- a/meson.build
+++ b/meson.build
@@ -50,6 +50,12 @@ thread_dep = dependency('threads')
zix_dep = dependency(
'zix-0',
+ default_options: [
+ 'benchmarks=disabled',
+ 'docs=disabled',
+ 'tests=disabled',
+ 'tests_cpp=disabled',
+ ],
fallback: ['zix', 'zix_dep'],
version: '>= 0.3.0',
)