summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-30 00:02:27 +0000
committerXavier Claessens <xclaesse@gmail.com>2020-09-30 13:35:10 +0000
commit2bea8f78c8b1ac4fb320817c23c03f59230ef9f3 (patch)
treec8a09a3218395da09f828fe00fa1e8da019034bd /meson_options.txt
parentbbdb6890f2c45a7f5353402fb723073d15227612 (diff)
downloadpango-2bea8f78c8b1ac4fb320817c23c03f59230ef9f3.tar.gz
Merge branch 'introspection' into 'master'cherry-pick-c64f4835
meson: Change introspection option to yielding feature See merge request GNOME/pango!247 (cherry picked from commit c64f48351e57a58f4f355116efd2230d83c458c0) 82cfabba meson: Change introspection option to yielding feature
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',