Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


cedric's cache changes patch

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -3 -r1.252 -r1.253
--- configure.in        11 Apr 2008 23:41:44 -0000      1.252
+++ configure.in        12 Apr 2008 00:32:24 -0000      1.253
@@ -335,14 +335,6 @@
 fi
 AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_16_X11, test 
"x$have_evas_software_16_x11" = "xyes")
 
-### if software 16 x11 is enabled - build software_16 (the generic 16bit
-### engine). later enable it fb_16 or other "16" bit engines are enabled.
-have_evas_software_16="no"
-if test "x$have_evas_software_16_x11" = "xyes" -o 
"x$have_evas_software_16_ddraw" = "xyes"; then
-   have_evas_software_16="yes"
-fi
-AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_16, test "x$have_evas_software_16" = 
"xyes")
-
 #######################################
 ## Check if we should build the software_xcb engine
 want_evas_software_xcb="no";
@@ -428,6 +420,19 @@
 fi
 AM_CONDITIONAL(BUILD_ENGINE_SDL, test "x$have_evas_sdl" = "xyes")
 
+## Check if we want to use some SDL primitive
+sdl_primitive="no";
+
+AC_ARG_ENABLE(sdl-primitive,
+  AC_HELP_STRING([--enable-sdl-primitive], []),
+  [ sdl_primitive=$enableval ]
+)
+AC_MSG_RESULT($sdl_primitive)
+
+if test "x$sdl_primitive" = "xyes"; then
+  AC_DEFINE(ENGINE_SDL_PRIMITIVE, 1, [Use SDL primitive when possible])
+fi
+
 #######################################
 ## Check if we should build the fb engine
 want_evas_fb="no";
@@ -1518,6 +1523,20 @@
   )
 fi
 
+### if software 16 x11 is enabled - build software_16 (the generic 16bit
+### engine). later enable it fb_16 or other "16" bit engines are enabled.
+have_evas_software_16="no"
+if test "x$have_evas_software_16_x11" = "xyes"; then
+   have_evas_software_16="yes"
+fi
+if test "x$have_evas_sdl" = "xyes"; then
+   have_evas_software_16="yes"
+fi
+if test "x$have_evas_software_16_ddraw" = "xyes"; then
+   have_evas_software_16="yes"
+fi
+AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_16, test "x$have_evas_software_16" = 
"xyes")
+
 #####################################################################
 ## Fill in flags
 
@@ -1591,6 +1610,7 @@
 src/lib/engines/common/evas_op_mask/Makefile
 src/lib/engines/common/evas_op_mul/Makefile
 src/lib/engines/common/evas_op_sub/Makefile
+src/lib/engines/common_16/Makefile
 src/modules/Makefile
 src/modules/engines/Makefile
 src/modules/engines/software_generic/Makefile
@@ -1615,6 +1635,7 @@
 src/modules/engines/software_16/Makefile
 src/modules/engines/software_16_x11/Makefile
 src/modules/engines/software_16_ddraw/Makefile
+src/modules/engines/software_16_sdl/Makefile
 src/modules/loaders/Makefile
 src/modules/loaders/edb/Makefile
 src/modules/loaders/eet/Makefile
@@ -1657,15 +1678,17 @@
 echo "  Software Qtopia............: $have_evas_qtopia"
 echo "  Software Memory Buffer.....: $have_evas_buffer"
 echo "  DirectFB...................: $have_evas_directfb"
-echo "  Software SDL...............: $have_evas_sdl"
+echo "  Software SDL...............: $have_evas_sdl (primitive: 
$sdl_primitive)"
 echo "  OpenGL Glew................: $have_evas_gl_glew"
 echo "  OpenGL X11.................: $have_evas_gl_x11"
 echo "  Cairo X11..................: $have_evas_cairo_x11"
 echo "  XRender X11................: $have_evas_xrender_x11"
 echo "  XRender XCB................: $have_evas_xrender_xcb"
 echo "  Glitz X11..................: $have_evas_glitz_x11"
+echo "  Software 16bit ............: $have_evas_software_16"
 echo "  Software 16bit X11.........: $have_evas_software_16_x11"
 echo "  Software 16bit Directdraw..: $have_evas_software_16_ddraw"
+echo "  Software 16bit SDL.........: $have_evas_sdl (primitive: 
$sdl_primitive)"
 # FIXME: opengl engine needs to be fixed and tested lots for all drivers
 # FIXME: xrender engine to be written
 echo



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to