[network-manager-applet] build: Update GLIB_VERSION_MIN_REQUIRED to 2.32
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] build: Update GLIB_VERSION_MIN_REQUIRED to 2.32
- Date: Tue, 12 Mar 2013 19:24:11 +0000 (UTC)
commit e5d3aab242b6307f01063d56d9a811b30b70eb47
Author: Dan Winship <danw gnome org>
Date: Sun Feb 24 15:14:17 2013 +0100
build: Update GLIB_VERSION_MIN_REQUIRED to 2.32
now that it no longer causes any warnings
configure.ac | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ee5538..61cd85f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,11 +104,7 @@ PKG_CHECK_MODULES(NMA,
libnm-glib-vpn >= 0.9.8
gmodule-export-2.0])
-# With recent glib, defining GLIB_VERSION_MIN_REQUIRED avoids
-# deprecation warnings for recently-deprecated functions (eg,
-# GValueArray stuff). We say GLIB_VERSION_2_26 because there
-# aren't macros for any older versions.
-NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26"
+NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
# Likewise for Gtk; we don't want to port to GtkGrid, etc, until
# we can drop gtk2 support
NMA_CFLAGS="$NMA_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]