summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-30 08:54:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-30 08:54:07 -0400
commitbbdb6890f2c45a7f5353402fb723073d15227612 (patch)
tree722a3f08792202f52f821b934cf3213b88be9d79 /meson_options.txt
parentcb925c525e61738eb2410e199f0c52271bc14711 (diff)
downloadpango-bbdb6890f2c45a7f5353402fb723073d15227612.tar.gz
Revert "meson: Change introspection option to yielding feature"
This reverts commit 82cfabbabaade239beb26136cb28c98156552ea5. This change broke GTK ci, and it takes more work to fix it than I can invest atm. We can try again when GTK is ready for it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 235b8a48..5aa7c795 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,9 +4,8 @@ option('gtk_doc',
value: false)
option('introspection',
description: 'Build the GObject introspection data for Pango',
- type: 'feature',
- value: 'auto',
- yield: true)
+ type: 'boolean',
+ value: true)
option('install-tests',
description : 'Install tests',
type: 'boolean',