[NetworkManager-pptp/lr/gtk-4.0: 1/10] build: bump GLib version




commit 1efe0fe7b94d61dae722372dc7641c4a52fced41
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Nov 11 10:34:15 2021 +0100

    build: bump GLib version
    
    We're using g_clear_object().

 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 55564ed..17393b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,8 +102,9 @@ IT_PROG_INTLTOOL([0.35])
 AM_GLIB_GNU_GETTEXT
 
 # gio-unix will require glib and gio
-PKG_CHECK_MODULES(GLIB, gio-unix-2.0 >= 2.32)
-GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
+PKG_CHECK_MODULES(GLIB, gio-unix-2.0 >= 2.34)
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34"
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_34"
 
 if test x"$with_gnome" != xno; then
        PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.4)


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