[gobject-introspection] meson: Do not depend on a non-existing version of GLib



commit 222db5d1a5b846eca7432b25d1fbf4cf61672c56
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Mar 10 14:13:21 2018 +0000

    meson: Do not depend on a non-existing version of GLib
    
    We have already bumped the version of G-I, but GLib hasn't bumped its
    version, yet.

 meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index d273981c..0e8b22fc 100644
--- a/meson.build
+++ b/meson.build
@@ -48,8 +48,9 @@ configure_file(
   output: 'config.h'
 )
 
-# Always bumped to match our version
-glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
+# FIXME: Always bumped to match our version
+#glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
+glib_version = '>= 2.55.1'
 
 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]