diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-04-02 17:13:10 -0400 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-04-02 17:13:26 -0400 |
commit | 40322ddb3228a9687bee25ee4c85a5dffeccefe2 (patch) | |
tree | 17e5e594232655923af8a05c1cf8d59754f46545 | |
parent | 4d9133a523d95207699b3ede02b26e7e2c272fdd (diff) |
configure: update dependency on tp-glib
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 12d346646..d59343dee 100644 --- a/configure.ac +++ b/configure.ac @@ -296,12 +296,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82]) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) -# 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]) +PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.18.0]) AC_SUBST(TP_GLIB_CFLAGS) AC_SUBST(TP_GLIB_LIBS) |