summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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)