[Lunar-commits] r16951 - moonbase/trunk/zbeta/ecore-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Oct 15 15:38:29 UTC 2005


Author: v3rt1g0
Date: 2005-10-15 15:38:28 +0000 (Sat, 15 Oct 2005)
New Revision: 16951

Modified:
   moonbase/trunk/zbeta/ecore-cvs/DEPENDS
Log:
Added newly added optional depends on DirectFB, ecore in cvs is actually 
broken at the time of me commiting this, if you have directfb and you 
are looking to recompile soon, answer n for now.  The compile problem 
will be fixed soon i am told.


Modified: moonbase/trunk/zbeta/ecore-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ecore-cvs/DEPENDS	2005-10-15 11:47:40 UTC (rev 16950)
+++ moonbase/trunk/zbeta/ecore-cvs/DEPENDS	2005-10-15 15:38:28 UTC (rev 16951)
@@ -1,10 +1,11 @@
 depends evas-cvs &&
 depends perl     &&
 
-optional_depends "openssl"                              \
-                 "--enable-openssl" "--disable-openssl" \
-                 "for ssl support in Ecore_Con"         &&
-optional_depends "dbus"                                        \
-                 "--enable-ecore-dbus" "--disable-ecore-dbus"  \
+optional_depends "openssl"  "--enable-openssl"  "--disable-openssl"      \
+                 "for ssl support in Ecore_Con"                          &&
+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"
+optional_depends "DirectFB"                                              \
+                 "" "--disable-ecore-dfb  --disable-ecore-evas-dfb"      \
+                 "for support of DirectFB (Ecore_DirectFB)"              &&
+optional_depends "curl"  ""  ""  "for file download support in Ecore_File"



More information about the Lunar-commits mailing list