[NetworkManager-openconnect/lr/gtk-4.0: 3/13] build: bump glib version to 2.34




commit 432dd7dcdc8af40b7e63a0de56c66ee4aa8fe3eb
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Nov 3 13:46:26 2021 +0100

    build: bump glib version to 2.34
    
    We already depended on it (by using g_clear_pointer()) and nobody seems to
    have complained.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 5b41856..f99c73c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,7 @@ IT_PROG_INTLTOOL([0.35])
 AM_GLIB_GNU_GETTEXT
 
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32)
-GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34"
 
 PKG_CHECK_MODULES(LIBXML, libxml-2.0)
 


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