summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-08-14 14:37:48 +0000
committerDan Winship <danw@src.gnome.org>2008-08-14 14:37:48 +0000
commit2a00751e689de88fb720c339af382ce4823450d4 (patch)
treef1d1c5848e5742831e864529c723b4cea77cbf91
parentfc4d6ee6938101edaadc60b6352ac9b0d10fbdb2 (diff)
downloadlibsoup-2a00751e689de88fb720c339af382ce4823450d4.tar.gz
Add gthread-2.0; the app must call g_thread_init(), but libsoup won't pull
* 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
-rw-r--r--ChangeLog6
-rw-r--r--libsoup.pc.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6637bec..e84bee97 100644
--- 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
diff --git a/libsoup.pc.in b/libsoup.pc.in
index bf2bf390..eb49a3e8 100644
--- a/libsoup.pc.in
+++ b/libsoup.pc.in
@@ -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}