summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-30 00:02:27 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-09-30 00:02:27 +0000
commitc64f48351e57a58f4f355116efd2230d83c458c0 (patch)
treee4282b1e9ddf8be2d7304c9df604fa1e6ef433cf /meson_options.txt
parent43808377088ea3eecc1607b910dee1477508587b (diff)
parent82cfabbabaade239beb26136cb28c98156552ea5 (diff)
downloadpango-c64f48351e57a58f4f355116efd2230d83c458c0.tar.gz
Merge branch 'introspection' into 'master'
meson: Change introspection option to yielding feature See merge request GNOME/pango!247
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5aa7c795..235b8a48 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,8 +4,9 @@ option('gtk_doc',
value: false)
option('introspection',
description: 'Build the GObject introspection data for Pango',
- type: 'boolean',
- value: true)
+ type: 'feature',
+ value: 'auto',
+ yield: true)
option('install-tests',
description : 'Install tests',
type: 'boolean',