diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-13 15:20:28 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-14 16:57:48 +0800 |
commit | ba7f23c447a3eab5859811e7096588c7c971a684 (patch) | |
tree | 77919802f48abbb04ac2aea8b41bd16b4d2521d0 /configure.ac | |
parent | cb482b907f6d3e062ef77a104557e205cd1bbb90 (diff) | |
download | gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar.gz gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar.bz2 gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar.lz gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar.xz gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.tar.zst gsoc2013-empathy-ba7f23c447a3eab5859811e7096588c7c971a684.zip |
Require telepathy-logger 0.2.10
As it fixes a crash that affects the new history window.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62bed375c..375aa2ad5 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.14 TELEPATHY_GLIB_REQUIRED=0.15.1 -TELEPATHY_LOGGER=0.2.8 +TELEPATHY_LOGGER=0.2.10 # Optional deps CLUTTER_GTK_REQUIRED=0.90.3 |