diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-12-13 17:41:34 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-12-13 17:41:34 +0800 |
commit | b51c1db854b9c367ea50d0a301fddca917486372 (patch) | |
tree | 81c19a8545af26f68d1e71924fa04b976c632e46 /configure.ac | |
parent | a2dd862e0f2a262f61b4976148f6cc1e988ec66f (diff) | |
download | gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar.gz gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar.bz2 gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar.lz gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar.xz gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.tar.zst gsoc2013-empathy-b51c1db854b9c367ea50d0a301fddca917486372.zip |
configure: depend on the newest tp-glib for the new auth types stuff
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
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 4ed8d9e24..b0ef0edca 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ KEYRING_REQUIRED=2.26.0 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.14 -TELEPATHY_GLIB_REQUIRED=0.13.7 +TELEPATHY_GLIB_REQUIRED=0.13.9 TELEPATHY_LOGGER=0.1.5 # Optional deps |