summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2012-02-23 16:29:49 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2012-03-27 17:48:21 +0100
commitdeb67c35893b1770533eb48c4e7ec0840afc8926 (patch)
tree0c3dba5045c31d6fe3542287cf9ab0895675244a
parent687ec45023294d6003f987ff0dfc72986fdb7f46 (diff)
Update dependency on telepathy-glib
https://bugs.freedesktop.org/show_bug.cgi?id=43826 https://bugs.freedesktop.org/show_bug.cgi?id=43828
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 376e979dc..12d346646 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,12 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.17.7])
+# FIXME: telepathy-glib 0.17.6 has the new spec but not
+# tp_base_contact_list_get_download_at_connection
+# and others. Please update the dependency to
+# telepathy-glib 0.17.8 if it is released with the
+# new needed functions. And remove this comment.
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.17.7.1])
AC_SUBST(TP_GLIB_CFLAGS)
AC_SUBST(TP_GLIB_LIBS)