[gnome-contacts] Bump minimal GLib version to 2.58



commit e2c792974966fecd9a144ee9b94eec4a7234069b
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jun 7 09:55:42 2020 +0200

    Bump minimal GLib version to 2.58
    
    We started requiring at least version 2.52 when we started using
    `Uuid.string_random()` (thanks @ricotz for pointing this out).
    
    Let's just immediately bump it to the currently supported version of
    Debian stable, which is 2.58.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c69deeb..86e50c9 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ po_dir = meson.source_root() / 'po'
 # Dependencies
 min_eds_version = '3.13.90'
 min_folks_version = '0.11.4'
-min_glib_version = '2.44' # We also use this value for --target-glib, so scratch the micro version.
+min_glib_version = '2.58' # We also use this value for --target-glib, so scratch the micro version.
 
 # We know that compiling on a lower version doesn't work
 min_vala_version = '0.40.10'


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