diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 08:54:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-30 08:54:07 -0400 |
commit | bbdb6890f2c45a7f5353402fb723073d15227612 (patch) | |
tree | 722a3f08792202f52f821b934cf3213b88be9d79 /pango | |
parent | cb925c525e61738eb2410e199f0c52271bc14711 (diff) | |
download | pango-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 'pango')
-rw-r--r-- | pango/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/meson.build b/pango/meson.build index 0b87b644..4c055f52 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -121,8 +121,7 @@ libpango = library( pango_dep_sources = [pango_enum_h] -gir = find_program('g-ir-scanner', required : get_option('introspection')) -build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled()) +build_gir = get_option('introspection') if build_gir gir_args = [ |