summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-27 14:25:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-27 14:30:41 +0100
commit70997c51bc70e9421a9483cb518cde25ad966f19 (patch)
tree858be5cff48aad308c84c059519a8f314d856355
parentc31727d0dc55fed583d98be95a4024efb6dcf7f8 (diff)
downloadgtk+-ci-introspection.tar.gz
Depend on G-I 1.67.1ci-introspection
Contains various fixes that allow building GTK without introspection warnings.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7cebb52d19..45a86f1ebc 100644
--- a/meson.build
+++ b/meson.build
@@ -696,7 +696,7 @@ endif
introspection_enabled = get_option('introspection')
if introspection_enabled and meson.version().version_compare('>= 0.54.0')
- gi_dep = dependency('gobject-introspection-1.0', required: true,
+ gi_dep = dependency('gobject-introspection-1.0', version: '>= 1.65.1', required: true,
fallback: ['gobject-introspection', 'girepo_dep'],
)
endif