summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3d113cb5..29224b77 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,6 +10,10 @@ option('glib-src-dir', type: 'string',
description: 'Source directory for glib - needed to add docs to gir'
)
+option('gtk-doc', type: 'boolean', value: false,
+ description: 'Build and install documentation'
+)
+
option('gir_build', type: 'boolean',
description: 'Windows: post build (gir) stuff'
)