diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-04-27 14:25:26 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-04-27 14:30:41 +0100 |
commit | 70997c51bc70e9421a9483cb518cde25ad966f19 (patch) | |
tree | 858be5cff48aad308c84c059519a8f314d856355 | |
parent | c31727d0dc55fed583d98be95a4024efb6dcf7f8 (diff) | |
download | gtk+-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.build | 2 |
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 |