summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c1136cd96..930f3bdf8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,10 +22,11 @@ option('docs',
description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]',
type: 'boolean',
value: false)
-option('gir',
+option('introspection',
description: 'Whether to generate the API introspection data (requires GObject-Introspection)',
- type: 'boolean',
- value: true)
+ type: 'feature',
+ value: 'auto',
+ yield: true)
option('man',
description: 'Whether to generate man pages (requires xlstproc)',
type: 'boolean',