Add gthread-2.0; the app must call g_thread_init(), but libsoup won't pull
authorDan Winship <danw@src.gnome.org>
Thu, 14 Aug 2008 14:37:48 +0000 (14:37 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 14 Aug 2008 14:37:48 +0000 (14:37 +0000)
* 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.

svn path=/trunk/; revision=1151

ChangeLog
libsoup.pc.in

index d6637be..e84bee9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-14  Dan Winship  <danw@gnome.org>
+
+       * 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.
+
 2008-08-04  Dan Winship  <danw@gnome.org>
 
        * configure.in: 2.23.6
index bf2bf39..eb49a3e 100644 (file)
@@ -7,7 +7,7 @@ SOUP_API_VERSION=@SOUP_API_VERSION@
 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}