aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-11 16:46:18 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-15 19:24:23 +0800
commitfe79be103841148f53994cd5b4c5d2a8cd6322b4 (patch)
tree958963a42804bd80ac6d89912ad72f2cd5f833cc /configure.ac
parent66aa8b1d3e13799b2644082dc9104774bf5c6710 (diff)
downloadgsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar.gz
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar.bz2
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar.lz
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar.xz
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.tar.zst
gsoc2013-empathy-fe79be103841148f53994cd5b4c5d2a8cd6322b4.zip
Warn on tp-glib 0.20 deprecations
Best to catch them sooner than later. https://bugzilla.gnome.org/show_bug.cgi?id=675597
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e681a0935..043fd80ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ CLUTTER_GTK_REQUIRED=0.90.3
CLUTTER_GST_REQUIRED=1.5.2
TELEPATHY_GLIB_REQUIRED=0.19.0
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
+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])
GSTREAMER_REQUIRED=0.10.32