summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-05-16 19:23:22 +0000
committerMatthew Barnes <mbarnes@src.gnome.org>2008-05-16 19:23:22 +0000
commita9b246c3c9d480c0cbd4c418d3169708ec49b79c (patch)
tree09ee3404426fd10f19a05aa8ee2594688084e530
parentc68a99bfd432786d24d31ffb952cd29ebd67d83a (diff)
downloadevolution-data-server-a9b246c3c9d480c0cbd4c418d3169708ec49b79c.tar.gz
** Fixes bug #532836
2008-05-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #532836 * configure.in: * libedataserver/libedataserver.pc.in: EProxy adds a libsoup dependency to libedataserver. Add this new requirement to a couple places that were missed. svn path=/trunk/; revision=8799
-rw-r--r--ChangeLog9
-rw-r--r--configure.in2
-rw-r--r--libedataserver/libedataserver.pc.in2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 80771d0cb..6fa8970ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-16 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #532836
+
+ * configure.in:
+ * libedataserver/libedataserver.pc.in:
+ EProxy adds a libsoup dependency to libedataserver. Add
+ this new requirement to a couple places that were missed.
+
2008-05-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #531713
diff --git a/configure.in b/configure.in
index 7fc589199..a17ac2903 100644
--- a/configure.in
+++ b/configure.in
@@ -1433,7 +1433,7 @@ dnl ****************************************
dnl --- libedataserver, libedataserverui, libebackend flags
-E_DATA_SERVER_DEPS="libxml-2.0 libbonobo-2.0 gconf-2.0 $mozilla_nspr"
+E_DATA_SERVER_DEPS="libxml-2.0 libbonobo-2.0 libsoup-2.4 gconf-2.0 $mozilla_nspr"
EVO_SET_COMPILE_FLAGS(E_DATA_SERVER, $E_DATA_SERVER_DEPS, $THREADS_CFLAGS $MANUAL_NSPR_CFLAGS, $THREADS_LIBS $MANUAL_NSPR_LIBS)
AC_SUBST(E_DATA_SERVER_CFLAGS)
diff --git a/libedataserver/libedataserver.pc.in b/libedataserver/libedataserver.pc.in
index 63f12906d..4d3732533 100644
--- a/libedataserver/libedataserver.pc.in
+++ b/libedataserver/libedataserver.pc.in
@@ -10,6 +10,6 @@ privincludedir=@privincludedir@
Name: libedataserver
Description: Utility library for Evolution Data Server
Version: @VERSION@
-Requires: libxml-2.0 glib-2.0 gconf-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ ORBit-2.0 >= @ORBIT_REQUIRED@
+Requires: libxml-2.0 glib-2.0 gconf-2.0 libsoup-2.4 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@ ORBit-2.0 >= @ORBIT_REQUIRED@
Libs: -L${libdir} -ledataserver-@API_VERSION@
Cflags: -I${privincludedir}