[NetworkManager-pptp/lr/gtk-4.0: 2/11] build: bump GLib version
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-pptp/lr/gtk-4.0: 2/11] build: bump GLib version
- Date: Tue, 18 Jan 2022 19:39:57 +0000 (UTC)
commit af68206540f8d5b94c019d7b03d300c935c6f7bf
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]