[telepathy-mission-control-5.16] telepathy-mission-control: configure: bump glib version requirement to 2.46

George Kiagiadakis gkiagia at kemper.freedesktop.org
Wed Jul 13 14:16:54 UTC 2016


Module: telepathy-mission-control
Branch: telepathy-mission-control-5.16
Commit: e732563380bda697c468b591ed126932b022d97f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=e732563380bda697c468b591ed126932b022d97f

Author: George Kiagiadakis <gkiagia at tolabaki.gr>
Date:   Fri Jul  1 18:43:28 2016 +0300

configure: bump glib version requirement to 2.46

required for the fake-network-monitor in the unit tests

https://bugs.freedesktop.org/show_bug.cgi?id=96763
Reviewed-by: Diane Trout <diane at ghic.org>

---

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c4c8122..ec77f3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
 AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers])
 
 PKG_CHECK_MODULES([GLIB],
-	[glib-2.0 >= 2.32, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
+	[glib-2.0 >= 2.46, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
 
 PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0],
   [
@@ -245,8 +245,8 @@ PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0],
   ],
   [])
 
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations])
-AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_32], [Prevent post 2.32 APIs])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_46], [Ignore post 2.46 deprecations])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_46], [Prevent post 2.46 APIs])
 
 dnl Check for MCE, a Maemo service used to determine when the device is idle.
 PKG_CHECK_MODULES([MCE], mce >= 1.5, [HAVE_MCE=yes], [HAVE_MCE=no])



More information about the telepathy-commits mailing list