summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8ccef91a..08fb0de0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,3 @@
-option('enable-drun', type: 'boolean', value: true, description: 'Desktop file mode')
-option('enable-window', type: 'boolean', value: true, description: 'Window switcher mode')
-option('enable-timings', type: 'boolean', value: false, description: 'Timings output')
-option('enable-asan', type: 'boolean', value: false, description: 'Address sanitizer')
-option('enable-check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
+option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
+option('window', type: 'boolean', value: true, description: 'Window switcher mode')
+option('check', type: 'feature', description: 'Build and run libcheck-based tests')