diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-06 16:52:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-06 23:56:24 +0800 |
commit | 73b0aa1cb6fed931065e566646c004985cf433ad (patch) | |
tree | 458971e68bb0634a4e346b8295368858ea451b23 | |
parent | 47ce1857ea9407e99cb553ce0837e0905eada822 (diff) | |
download | gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar.gz gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar.bz2 gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar.lz gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar.xz gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.tar.zst gsoc2013-empathy-73b0aa1cb6fed931065e566646c004985cf433ad.zip |
bump tp-glib dep to 0.11.1
We need it for tp_account_set_avatar_async()
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 404a80641..d19723180 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_COPYRIGHT([ GLIB_REQUIRED=2.22.0 GTK_REQUIRED=2.18.0 GCONF_REQUIRED=1.2.0 -TELEPATHY_GLIB_REQUIRED=0.11.0 +TELEPATHY_GLIB_REQUIRED=0.11.1 TELEPATHY_LOGGER=0.1.1 ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 |