summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..a15d128
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('introspection', type : 'boolean', value : 'true', description : 'Build GObject-Introspection files')
+option('vapi', type : 'boolean', value : 'true', description : 'Build VALA API files (needs introspection=true)')
+option('gtk_doc', type : 'boolean', value : 'true', description : 'Generate the API documentation')