[gobject-introspection/ebassi/glib-update] Always require the latest GLib



commit 9cae100c8489556fccdddc9dcc9100df9d66acfc
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jul 13 14:31:38 2022 +0100

    Always require the latest GLib
    
    GLib 2.58 has long since been released. We should always match GLib's
    version, since we update the introspection data regularly.

 meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 95275185..1f132694 100644
--- a/meson.build
+++ b/meson.build
@@ -124,9 +124,7 @@ else
 endif
 
 
-# FIXME: Always bumped to match our version
-#glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
-glib_version = '>= 2.58.0'
+glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
 
 glib_dep = dependency('glib-2.0', version : glib_version,
   fallback: ['glib', 'libglib_dep'])


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