[Lunar-commits] r22638 - moonbase/trunk/zbeta/e17/evas-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Dec 18 17:47:30 CET 2006


Author: v3rt1g0
Date: 2006-12-18 17:47:30 +0100 (Mon, 18 Dec 2006)
New Revision: 22638

Modified:
   moonbase/trunk/zbeta/e17/evas-cvs/BUILD
   moonbase/trunk/zbeta/e17/evas-cvs/DEPENDS
Log:
  Misc Tweak: evas-cvs (beta)

   * enabled pthreads support
   * removed the optional depends on DirectFB as 1) it currently
     doesn't build 2) it has no current uses 3) the e-devs are hinting
     about removing it all together.


Modified: moonbase/trunk/zbeta/e17/evas-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/evas-cvs/BUILD	2006-12-18 16:37:31 UTC (rev 22637)
+++ moonbase/trunk/zbeta/e17/evas-cvs/BUILD	2006-12-18 16:47:30 UTC (rev 22638)
@@ -39,7 +39,8 @@
                --enable-convert-32-bgrx-8888    \
                --enable-convert-32-rgb-rot-0    \
                --enable-convert-32-rgb-rot-270  \
-               --enable-convert-32-rgb-rot-90"
+               --enable-convert-32-rgb-rot-90   \
+               --enable-pthreads"
 
    default_cvs_build
 

Modified: moonbase/trunk/zbeta/e17/evas-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/e17/evas-cvs/DEPENDS	2006-12-18 16:37:31 UTC (rev 22637)
+++ moonbase/trunk/zbeta/e17/evas-cvs/DEPENDS	2006-12-18 16:47:30 UTC (rev 22638)
@@ -11,7 +11,8 @@
                               "enable GIF image loader"                &&
 optional_depends  "tiff"      "--enable-image-loader-tiff"  ""         \
                               "enable TIFF image loader"               &&
-optional_depends  "DirectFB"  "--enable-directfb"           ""         \
-                              "enable the DirectFB rendering backend"  &&
+# e-devs consider this unsupported and are talking about removing it
+#optional_depends  "DirectFB"  "--enable-directfb"           ""         \
+#                              "enable the DirectFB rendering backend"  &&
 optional_depends  "librsvg"   "--enable-image-loader-svg"   ""         \
                               "enabled the SVG image loader"



More information about the Lunar-commits mailing list