libsoup r1151 - trunk
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r1151 - trunk
- Date: Thu, 14 Aug 2008 14:37:48 +0000 (UTC)
Author: danw
Date: Thu Aug 14 14:37:48 2008
New Revision: 1151
URL: http://svn.gnome.org/viewvc/libsoup?rev=1151&view=rev
Log:
* libsoup.pc.in (Requires): Add gthread-2.0; the app must call
g_thread_init(), but libsoup won't pull it in itself if built with
--as-needed, so make sure it gets pulled in from here. Noted by
Zeeshan Ali.
Modified:
trunk/ChangeLog
trunk/libsoup.pc.in
Modified: trunk/libsoup.pc.in
==============================================================================
--- trunk/libsoup.pc.in (original)
+++ trunk/libsoup.pc.in Thu Aug 14 14:37:48 2008
@@ -7,7 +7,7 @@
Name: libsoup
Description: a glib-based HTTP library
Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0
+Requires: glib-2.0 gobject-2.0 gio-2.0 gthread-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]