summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2019-03-26 12:10:52 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2019-03-26 12:10:52 +0100
commit64e5a1ead76493e6f0f1e022496a322e756fd5bc (patch)
tree2eac5de3e29254ea564cc649ad416a4b67464721
parent16c77ea3cef5d4c38ec0ad40eea1551682595863 (diff)
meson: Change check option type to "feature"
This will allow downstream to force it enable if needed Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 03b5ace9..a26d912b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
option('timings', type: 'boolean', value: false, description: 'Timings output')
-option('check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
+option('check', type: 'feature', description: 'Build and run libcheck-based tests')