[Lunar-commits] r15695 - moonbase/trunk/zbeta/ecore-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Jul 12 00:32:53 UTC 2005
Author: v3rt1g0
Date: 2005-07-12 00:32:51 +0000 (Tue, 12 Jul 2005)
New Revision: 15695
Modified:
moonbase/trunk/zbeta/ecore-cvs/DEPENDS
Log:
--disable-ecore-dbus finally works (used to disable ecore_con),
so adding support for it.
Modified: moonbase/trunk/zbeta/ecore-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ecore-cvs/DEPENDS 2005-07-11 23:50:19 UTC (rev 15694)
+++ moonbase/trunk/zbeta/ecore-cvs/DEPENDS 2005-07-12 00:32:51 UTC (rev 15695)
@@ -4,6 +4,7 @@
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 "dbus" \
+ "--enable-ecore-dbus" "--disable-ecore-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