diff options
author | Debarshi Ray <debarshir@src.gnome.org> | 2013-01-21 23:41:05 +0800 |
---|---|---|
committer | Debarshi Ray <debarshir@src.gnome.org> | 2013-01-21 23:42:24 +0800 |
commit | e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed (patch) | |
tree | 96e5d66d2fae26e46d048038aff486a2ac0477a0 | |
parent | fba3739d9dccb9ccaa99d5ad8d07c5264ebbdeb2 (diff) | |
download | gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar.gz gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar.bz2 gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar.lz gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar.xz gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.tar.zst gsoc2013-empathy-e02bd4d24d0dbbc138e9e8f6cba07fdf332caaed.zip |
Bump the telepathy-logger dependency to 0.8.0
We are using TplLogWalker.
Fixes: https://bugzilla.gnome.org/639877
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9557e9a5f..f3b866876 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ LIBSECRET_REQUIRED=0.5 GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 -TELEPATHY_LOGGER=0.6.0 +TELEPATHY_LOGGER=0.8.0 WEBKIT_REQUIRED=1.9.1 GOA_REQUIRED=3.5.1 |