Depend on G-I 1.67.1
Contains various fixes that allow building GTK without introspection warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user