summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-07-01 18:43:28 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-07-13 17:09:59 +0300
commite732563380bda697c468b591ed126932b022d97f (patch)
treee9e9cd007f2bc1aea2b4be1ac118455e56755188
parentd3e011a2dfaf6ecb41651de7ccc0d2bb520f3208 (diff)
downloadtelepathy-mission-control-e732563380bda697c468b591ed126932b022d97f.tar.gz
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@ghic.org>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c4c8122c..ec77f3b3 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])