Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSL
authorSebastian Dröge <sdroege@src.gnome.org>
Wed, 20 Feb 2008 14:27:55 +0000 (14:27 +0000)
committerSebastian Dröge <sdroege@src.gnome.org>
Wed, 20 Feb 2008 14:27:55 +0000 (14:27 +0000)
* 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

ChangeLog
libsoup.pc.in

index 16c354f..53dd682 100644 (file)
--- 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
index ea779e9..bf2bf39 100644 (file)
@@ -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}