Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


1. diable a bunch of engines from auto-detecting stuff. you have to manually
--enable gl, qtopia and directfb enigines - they are either incomplete, buggy
or simply used so little that its not worth building unless the user REALLY
wants the support.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -3 -r1.127 -r1.128
--- configure.in        13 Oct 2005 02:38:04 -0000      1.127
+++ configure.in        11 Nov 2005 06:09:44 -0000      1.128
@@ -188,6 +188,8 @@
   [ have_evas_software_xcb="yes" ],
   [ have_evas_software_xcb="no" ])
 
+## manually disable xcb engine by default - not auto detected.
+have_evas_software_xcb="no"
 ## Manual override
 AC_MSG_CHECKING(whether software xcb backend is to be built)
 AC_ARG_ENABLE(software-xcb, [  --enable-software-xcb           enable the 
Software XCB rendering backend], [
@@ -239,6 +241,8 @@
   [ have_evas_directfb="yes" ],
   [ have_evas_directfb="no" ]
 )
+## manually disable directfb engine by default - not auto detected.
+have_evas_directfb="no"
 ## Manual override
 AC_MSG_CHECKING(whether directfb backend is to be built)
 AC_ARG_ENABLE(directfb, [  --enable-directfb               enable the DirectFB 
rendering backend], [
@@ -352,6 +356,8 @@
     #include <qpainter.h>
   ]
 )
+## manually disable qtopia engine by default - not auto detected.
+have_evas_qtopia="no"
 ## Manual override
 AC_MSG_CHECKING(whether software qtopia backend is to be built)
 AC_ARG_ENABLE(software-qtopia, [  --enable-software-qtopia        enable the 
Software Qtopia rendering backend], [
@@ -405,6 +411,8 @@
     ],
     [ have_evas_gl_x11="no" ]
 )
+## manually disable gl engine by default - not auto detected.
+have_evas_gl_x11="no"
 ## Manual override
 AC_MSG_CHECKING(whether gl x11 backend is to be built)
 AC_ARG_ENABLE(gl-x11, [  --enable-gl-x11                 enable the OpenGL X11 
display engine], [




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to