summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..e5ae1c3
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,7 @@
+# -*- mode: meson -*-
+
+option('man', type: 'boolean', value: false, description: 'build and install man pages')
+option('html', type: 'boolean', value: false, description: 'build and install html pages')
+option('readthedocs', type: 'boolean', value: false, description: 'to be used by Read-The-Docs documentation builder')
+option('libnvme-sel', type: 'combo', value: 'subproject', choices: ['subproject', 'pre-installed'], description: 'Select the libnvme to be used for testing. Either libnvme built as a "subproject", or libnvme already installed on the system.')
+option('rt_pymods_reqd', type: 'boolean', value: false, description: 'Make sure all run-time python modules are installed')