[gcr] build: require glib 2.44



commit f912210c722d4f813bbd55a8d6fd92ef0c971442
Author: Dmitry Eremin-Solenikov <dbaryshkov gmail com>
Date:   Mon Jan 13 00:14:06 2020 +0300

    build: require glib 2.44
    
    egg/egg-armor.c uses g_strv_contains(), which is unavailable before Glib
    2.44. Bump dependecy accordingly.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov gmail com>

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a8e01e..0cb8275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,8 @@ dnl ****************************************************************************
 dnl Dependency versions
 
 GLIB_REQ=2.44.0
-GLIB_MIN=GLIB_VERSION_2_38
-GLIB_MAX=GLIB_VERSION_2_38
+GLIB_MIN=GLIB_VERSION_2_44
+GLIB_MAX=GLIB_VERSION_2_44
 
 GCRYPT_VERSION=1.4.5
 


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