diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-14 22:31:59 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-15 01:22:03 +0800 |
commit | 76950839fca54b79450ab8fbcba6f22dfd5809fd (patch) | |
tree | 66df560b1db36fe44e0c05952a14c5af3297d80b | |
parent | 4e884826ed36617d3579045faae789e6a8744b80 (diff) | |
download | gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar.gz gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar.bz2 gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar.lz gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar.xz gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.tar.zst gsoc2013-empathy-76950839fca54b79450ab8fbcba6f22dfd5809fd.zip |
configure: depend on tp-glib with Subject.
Actually, a slightly earlier version of telepathy-glib, on the unstable
0.15.x branch, includes Subject, but we may as well depend on the stable
branch: it includes fixes for Empathy bugs.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9ca9f61e7..dfce5a72e 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.14 -TELEPATHY_GLIB_REQUIRED=0.15.5 +TELEPATHY_GLIB_REQUIRED=0.16.0 TELEPATHY_LOGGER=0.2.10 WEBKIT_REQUIRED=1.3.13 |