summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 13:45:11 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 21:50:07 +0200
commit7fd8ce4c0afa295816db384622f56e70a12b1f32 (patch)
tree7f5addcb10fe6267b802126faedf3c73c48541ec /meson_options.txt
parent9302ef59f38913d024b7b1edebb40ebce3275753 (diff)
Add Meson build system support
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..d4b612ec
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+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: true, description: 'Timimngs 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')