summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sdroege@src.gnome.org>2008-02-20 14:27:55 +0000
committerSebastian Dröge <sdroege@src.gnome.org>2008-02-20 14:27:55 +0000
commitf540179986b25c55f4c64fdd07b2aad99f923b8e (patch)
treeeeff073363d4e1c9d9ced47985590c9e95ea08cf
parentebe4e911f0bad265aa7cc57d82852168c540778a (diff)
downloadlibsoup-f540179986b25c55f4c64fdd07b2aad99f923b8e.tar.gz
Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSL
* libsoup.pc.in: Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSL dependency to Requires.private as no header is including them. Fixes bug #517631. svn path=/trunk/; revision=1092
-rw-r--r--ChangeLog6
-rw-r--r--libsoup.pc.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16c354fa..53dd682a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * libsoup.pc.in: Add gobject-2.0 and gio-2.0 to Requires.
+ Move libxml-2.0 and the SSL dependency to Requires.private
+ as no header is including them. Fixes bug #517631.
+
2008-02-11 Dan Winship <danw@gnome.org>
* configure.in: post-release bump to 2.3.3
diff --git a/libsoup.pc.in b/libsoup.pc.in
index ea779e96..bf2bf390 100644
--- a/libsoup.pc.in
+++ b/libsoup.pc.in
@@ -7,6 +7,7 @@ SOUP_API_VERSION=@SOUP_API_VERSION@
Name: libsoup
Description: a glib-based HTTP library
Version: @VERSION@
-Requires: glib-2.0 libxml-2.0 @SSL_REQUIREMENT@
+Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires.private: libxml-2.0 @SSL_REQUIREMENT@
Libs: -L${libdir} -lsoup-${SOUP_API_VERSION}
Cflags: -I${includedir}/libsoup-${SOUP_API_VERSION}