summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-03 12:00:26 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-03 12:05:12 +0200
commitb1046b3ee4cdd00323a4267a994dc67865a170b0 (patch)
treedb57ee73d4190a90d6190480d09257ed936b9c1e /configure.ac
parenta896e3093dc316b88b179cf8a45323b8c8f324f9 (diff)
downloadtelepathy-logger-b1046b3ee4cdd00323a4267a994dc67865a170b0.tar.gz
Bump telepathy-glib dependency to 0.19.2
This is needed for the fixed meta headers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 76c022a..8fe4625 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,9 +70,9 @@ GLIB_REQUIRED=2.25.11
DBUS_REQUIRED=1.1.0
DBUS_GLIB_REQUIRED=0.82
-TELEPATHY_GLIB_REQUIRED=0.18.0
+TELEPATHY_GLIB_REQUIRED=0.19.2
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_18, [Prevent post 0.18 APIs])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
# Warning if GLib/GDK/GTK headers are included
AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])