telepathy-salut: Fix libsoup dependency

Xavier Claessens xclaesse at kemper.freedesktop.org
Mon Sep 23 10:45:41 PDT 2013


Module: telepathy-salut
Branch: master
Commit: b8b46143a9accd1d33bf94e76693215fee2cce16
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=b8b46143a9accd1d33bf94e76693215fee2cce16

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon Sep 23 13:36:50 2013 -0400

Fix libsoup dependency

We actually depend on version 2.28

---

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c9e01d2..9f58cf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,11 +252,11 @@ AS_IF([test x$with_backend = xno],
 ])
 
 dnl Check for libsoup
-PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26.1])
+PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.28])
 AC_SUBST(LIBSOUP_CFLAGS)
 AC_SUBST(LIBSOUP_LIBS)
-AC_DEFINE([SOUP_VERSION_MIN_REQUIRED], [SOUP_VERSION_2_24], [Ignore post 2.24 deprecations])
-AC_DEFINE([SOUP_VERSION_MAX_ALLOWED], [SOUP_VERSION_2_24], [Prevent post 2.24 APIs])
+AC_DEFINE([SOUP_VERSION_MIN_REQUIRED], [SOUP_VERSION_2_28], [Ignore post 2.28 deprecations])
+AC_DEFINE([SOUP_VERSION_MAX_ALLOWED], [SOUP_VERSION_2_28], [Prevent post 2.28 APIs])
 
 dnl check for libuuid
 PKG_CHECK_MODULES([UUID], [uuid], [HAVE_UUID=yes], [HAVE_UUID=no])



More information about the telepathy-commits mailing list