summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..779efc2
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,25 @@
+option('introspection',
+ type: 'boolean',
+ value : true,
+ description: 'Build with GObject Introspection support')
+
+option('vapi',
+ type: 'boolean',
+ value: false,
+ description: 'Build to generation vala vapi file')
+
+option('collection',
+ type : 'boolean',
+ value : true,
+ description : 'Build with collection menu entry support')
+
+option('tests',
+ type : 'boolean',
+ value : false,
+ description : 'Enable test programs (default: no)')
+
+# For subproject usage
+option('package_subdir',
+ type: 'string',
+ description: 'Private sub-directory used when built as a subproject'
+)