Depend on G-I 1.67.1

Contains various fixes that allow building GTK without introspection
warnings.
This commit is contained in:
Emmanuele Bassi
2020-04-27 14:25:26 +01:00
parent c31727d0dc
commit 70997c51bc

View File

@@ -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