summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-09 23:41:35 -0500
committerDavid Robillard <d@drobilla.net>2023-02-13 13:38:33 -0500
commit262d4a1522c38be0588746e874159da5c7bb457d (patch)
treecc6764508391c4ff073a0aaad466026fbc578c8a /meson_options.txt
parent89f9e1fcfb721a17f8043e0c6231ebe7e986e4b7 (diff)
downloadzix-262d4a1522c38be0588746e874159da5c7bb457d.tar.gz
zix-262d4a1522c38be0588746e874159da5c7bb457d.tar.bz2
zix-262d4a1522c38be0588746e874159da5c7bb457d.zip
Improve system feature detection
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 975eb3b..0912856 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,8 +1,8 @@
option('benchmarks', type: 'feature', value: 'auto', yield: true,
description: 'Build benchmarks')
-option('checks', type: 'boolean', value: true, yield: true,
- description: 'Check for features with the build system')
+option('checks', type: 'feature', value: 'enabled', yield: true,
+ description: 'Check for platform-specific features')
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')