diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-09 21:52:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-12 17:44:39 +0800 |
commit | cea420f26c8f38e216f2c94fdc22437ef5235541 (patch) | |
tree | 4d6bf7ed841970e340885fd8bf7383c72dc0e4a2 /configure.ac | |
parent | c46ed4f0469071f10eb3b363c790c0beb464d5b7 (diff) | |
download | gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar.gz gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar.bz2 gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar.lz gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar.xz gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.tar.zst gsoc2013-empathy-cea420f26c8f38e216f2c94fdc22437ef5235541.zip |
bump telepathy-farsight dep
The API to get the TpStream object has been added in this version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a4d2d4113..8c781d01a 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ KEYRING_REQUIRED=2.22 LIBCANBERRA_GTK_REQUIRED=0.4 LIBNOTIFY_REQUIRED=0.4.4 LIBNOTIFY_REQUIRED_GTK3=0.5.1 +TELEPATHY_FARSIGHT_REQUIRED=0.0.14 TELEPATHY_GLIB_REQUIRED=0.11.7 TELEPATHY_LOGGER=0.1.2 UNIQUE_REQUIRED=1.1.2 @@ -155,7 +156,7 @@ PKG_CHECK_MODULES(EMPATHY, gstreamer-interfaces-0.10 libebook-1.2 libxml-2.0 - telepathy-farsight + telepathy-farsight >= $TELEPATHY_FARSIGHT_REQUIRED telepathy-glib >= $TELEPATHY_GLIB_REQUIRED telepathy-logger-0.1 >= $TELEPATHY_LOGGER x11 |