summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-02-21 09:14:32 -0600
committerGeorge Sherwood2009-02-21 09:14:32 -0600
commitb482f3512c13d7038e732bbb80e115b8be54d4b5 (patch)
tree5e476af20d92d69ec68139910aa9bdf1d1181f0c
parent9f5baf9ed6a0b1e5c43abea3d7ac0c073f092cf0 (diff)
libsoup: Added optional_depends gconf2 so it will build
without gconf2.
-rwxr-xr-xgnome2-libs/libsoup/DEPENDS5
-rw-r--r--gnome2-libs/libsoup/HISTORY3
2 files changed, 8 insertions, 0 deletions
diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 4007724f98..fa3e0a8dbe 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -10,6 +10,11 @@ optional_depends gnutls \
"--disable-ssl" \
"for GNUTLS' SSL support" &&
+optional_depends gconf2 \
+ "" \
+ "--without-gnome" \
+ "for GNOME proxy support." &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 300e2a68ff..65ec41cb8c 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2009-02-21 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS: Added optional_depends gconf2
+
2009-01-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated stable to 2.24.3, devel to 2.25.4
* DEPENDS: gnutls is _optional_