summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-04-01 15:50:20 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:08 +0200
commitaeacb83ecb0afc2f08c05ba7131d4052163a6e2e (patch)
tree9e74d715bd8c35a1afa77471866b7fd029cfe459 /configure.in
parent1ffa61a4b3956d4af5770250a53b03991ac785fd (diff)
tubes: use tp_dbus_tube_channel_offer/accept_async
I added these to the recently-released telepathy-glib 0.18.0 mainly to let us simplify the code here. With this new API, tp-glib takes care of waiting for the state changes, creating the GDBusConnection, etc.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 01bc9e36ed9f..15adc26b1ef1 100644
--- a/configure.in
+++ b/configure.in
@@ -8967,7 +8967,7 @@ AC_MSG_CHECKING([whether to enable Telepathy support])
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_telepathy" = "yes"; then
ENABLE_TELEPATHY="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.17.1 glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 dbus-1 dbus-glib-1 )
+ PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.18.0 glib-2.0 gobject-2.0 gthread-2.0 gio-2.0 )
else
AC_MSG_RESULT([no])
fi