summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-10-14 16:55:00 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2020-10-16 16:49:43 -0400
commit50387389beda3df666b3ef80811353b35f6d59fd (patch)
tree1d5d32a943aaf3eceb077951ff6485139f6981ff /meson_options.txt
parent213d670a106effd5ba2769049c2c80998bef666b (diff)
downloadgdk-pixbuf-50387389beda3df666b3ef80811353b35f6d59fd.tar.gz
meson: Change introspection option to feature type
This is more consistent with other modules like GTK.
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',