diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 22:18:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 22:18:02 +0800 |
commit | 10373cfb78514a08c611ef144592024e25fe157f (patch) | |
tree | 2cf56957d495d1fe349adc0eab685a4526b2dc49 | |
parent | 9251b78d69de71343adc0a0612e6c42189412eb9 (diff) | |
download | gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar.gz gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar.bz2 gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar.lz gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar.xz gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.tar.zst gsoc2013-empathy-10373cfb78514a08c611ef144592024e25fe157f.zip |
Depends on tp-glib 0.17.6
Needed for tp_capabilities_supports_audio_video_call()
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7397f59b0..40a731a2b 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSTREAM_REQUIRED=0.2.1 -TELEPATHY_GLIB_REQUIRED=0.17.5 +TELEPATHY_GLIB_REQUIRED=0.17.6 TELEPATHY_LOGGER=0.2.13 WEBKIT_REQUIRED=1.3.13 GOA_REQUIRED=3.3.0 |