Add initial version
[src/drm-lease-manager.git] / meson_options.txt
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644 (file)
index 0000000..ee1f8dc
--- /dev/null
@@ -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'
+)