Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        acconfig.h configure.in 


Log Message:


memory buffer engine... not doing everything. api may change... working on it.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/acconfig.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- acconfig.h  13 Jan 2003 07:38:08 -0000      1.6
+++ acconfig.h  2 Apr 2003 04:28:25 -0000       1.7
@@ -12,6 +12,7 @@
 #undef BUILD_ENGINE_SOFTWARE_X11
 #undef BUILD_ENGINE_DIRECTFB
 #undef BUILD_ENGINE_FB
+#undef BUILD_ENGINE_BUFFER
 #undef BUILD_ENGINE_SOFTWARE_WIN32_GDI
 #undef BUILD_ENGINE_SOFTWARE_QTOPIA
 #undef BUILD_ENGINE_GL_COMMON
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- configure.in        16 Feb 2003 12:04:28 -0000      1.49
+++ configure.in        2 Apr 2003 04:28:25 -0000       1.50
@@ -171,6 +171,20 @@
        ]
 )
 
+AC_MSG_CHECKING(whether buffer backend is to be built)
+
+AC_ARG_ENABLE(fb, [  --enable-buffer                 enable the Buffer rendering 
backend], [
+          AC_MSG_RESULT(yes)
+          AM_CONDITIONAL(BUILD_ENGINE_BUFFER, true)
+          AC_DEFINE(BUILD_ENGINE_BUFFER)
+          ENGINE_BUFFER_PRG="evas_buffer_test"
+       ], [
+          AC_MSG_RESULT(no)
+          AM_CONDITIONAL(BUILD_ENGINE_BUFFER, false)
+          ENGINE_BUFFER_PRG=""
+       ]
+)
+
 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], [
@@ -573,6 +587,7 @@
 AC_SUBST(ENGINE_SOFTWARE_X11_PRG)
 AC_SUBST(ENGINE_DIRECTFB_PRG)
 AC_SUBST(ENGINE_FB_PRG)
+AC_SUBST(ENGINE_BUFFER_PRG)
 AC_SUBST(ENGINE_SOFTWARE_QTOPIA_PRG)
 AC_SUBST(ENGINE_GL_X11_PRG)
 
@@ -589,6 +604,7 @@
 src/lib/engines/common/Makefile
 src/lib/engines/software_x11/Makefile
 src/lib/engines/fb/Makefile
+src/lib/engines/buffer/Makefile
 src/lib/engines/software_win32_gdi/Makefile
 src/lib/engines/software_qtopia/Makefile
 src/lib/engines/directfb/Makefile




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to