From f540179986b25c55f4c64fdd07b2aad99f923b8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 20 Feb 2008 14:27:55 +0000 Subject: [PATCH] Add gobject-2.0 and gio-2.0 to Requires. Move libxml-2.0 and the SSL * 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 | 6 ++++++ libsoup.pc.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16c354f..53dd682 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-20 Sebastian Dröge + + * 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 * configure.in: post-release bump to 2.3.3 diff --git a/libsoup.pc.in b/libsoup.pc.in index ea779e9..bf2bf39 100644 --- a/libsoup.pc.in +++ b/libsoup.pc.in @@ -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} -- 2.7.4