[Lunar-commits] r15403 - moonbase/trunk/zbeta/ecore-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Jun 18 15:52:59 UTC 2005
Author: v3rt1g0
Date: 2005-06-18 15:52:58 +0000 (Sat, 18 Jun 2005)
New Revision: 15403
Modified:
moonbase/trunk/zbeta/ecore-cvs/DEPENDS
Log:
CURL support was just added to Ecore_File. Also explained the
other optional depends a bit more.
Modified: moonbase/trunk/zbeta/ecore-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ecore-cvs/DEPENDS 2005-06-18 15:32:33 UTC (rev 15402)
+++ moonbase/trunk/zbeta/ecore-cvs/DEPENDS 2005-06-18 15:52:58 UTC (rev 15403)
@@ -1,5 +1,9 @@
depends evas-cvs &&
depends perl &&
-optional_depends "openssl" "--enable-openssl" "--disable-openssl" "for ssl support" &&
-optional_depends "dbus" "" "" "for support of the message bus subsystem"
+optional_depends "openssl" \
+ "--enable-openssl" "--disable-openssl" \
+ "for ssl support in Ecore_Con" &&
+optional_depends "dbus" "" "" \
+ "for support of the message bus subsystem (Ecore_DBUS)" &&
+optional_depends "curl" "" "" "for file download support in Ecore_File"
More information about the Lunar-commits
mailing list