aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..ee1f8dc
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,17 @@
+option('enable-docs',
+ type: 'boolean',
+ value: true,
+ description: 'Build Doxygen document if available.'
+)
+
+option('enable-tests',
+ type: 'boolean',
+ value: false,
+ description: 'Build unit tests'
+)
+
+option('runtime_subdir',
+ type: 'string',
+ value: 'run/drm-lease-manager',
+ description: 'subdirectory to use for runtime data'
+)