aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 00:28:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 18:55:39 +0800
commit96d54005b3a7f81f7f4320e5e074c1042a914576 (patch)
treec6dbb038f774141e5e2b20df3f3a5466ed72135c
parenta8fc1ca2f2f72041e74d4507e5a4809e6d34cd31 (diff)
downloadgsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar.gz
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar.bz2
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar.lz
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar.xz
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.tar.zst
gsoc2013-empathy-96d54005b3a7f81f7f4320e5e074c1042a914576.zip
bump tp-glib dep
Needed for newer TpAccountChannelRequest API. https://bugzilla.gnome.org/show_bug.cgi?id=725070
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0efe5632b..d762f9825 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,9 +51,9 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10
CLUTTER_GTK_REQUIRED=1.1.2
-TELEPATHY_GLIB_REQUIRED=0.23.0
+TELEPATHY_GLIB_REQUIRED=0.23.2
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_24, [Prevent post 0.24 APIs])
AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])