libsoup r1092 - trunk



Author: sdroege
Date: Wed Feb 20 14:27:55 2008
New Revision: 1092
URL: http://svn.gnome.org/viewvc/libsoup?rev=1092&view=rev

Log:
* 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.


Modified:
   trunk/ChangeLog
   trunk/libsoup.pc.in

Modified: trunk/libsoup.pc.in
==============================================================================
--- trunk/libsoup.pc.in	(original)
+++ trunk/libsoup.pc.in	Wed Feb 20 14:27:55 2008
@@ -7,6 +7,7 @@
 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}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]