summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:17:14 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:17:39 +0100
commit16fe45c7bb345f1e7c1b1dd4b287f3197d015974 (patch)
tree48c17b56143f76b20f2132a2bf732dcc3ea3ea99 /meson_options.txt
parentc20bcb775dc81342a1179715710f66bf5bc4480f (diff)
downloadgdk-pixbuf-16fe45c7bb345f1e7c1b1dd4b287f3197d015974.tar.gz
meson: Generate introspection data
Just like the Autotools build does. We also provide a simple escape hatch for platforms where building introspection data is too complicated at the moment.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 55f9cca01..b910c961f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,10 +15,14 @@ option('enable_jasper',
type: 'boolean',
value: false)
option('builtin_loaders',
- description: 'Comma-separated list of loaders to build into gdk-pixbuf',
+ description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none"',
type: 'string',
value: 'none')
option('with_docs',
description: 'Whether to generate the API reference (requires GTK-Doc)',
type: 'boolean',
value: false)
+option('with_gir',
+ description: 'Whether to generate the API introspection data (requires GObject-Introspection)',
+ type: 'boolean',
+ value: true)