[gtk/ci-introspection: 2/2] Depend on G-I 1.67.1



commit 70997c51bc70e9421a9483cb518cde25ad966f19
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Apr 27 14:25:26 2020 +0100

    Depend on G-I 1.67.1
    
    Contains various fixes that allow building GTK without introspection
    warnings.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]