Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        Makefile.am configure.in 


Log Message:
build again

===================================================================
RCS file: /cvs/e/e17/libs/evas/Makefile.am,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- Makefile.am 23 Apr 2008 19:17:58 -0000      1.52
+++ Makefile.am 14 May 2008 11:26:28 -0000      1.53
@@ -89,9 +89,9 @@
 psoftwarexcb = evas-software-xcb.pc
 endif
 
-if BUILD_ENGINE_DIRECTFB
-pdirectfb = evas-directfb.pc
-endif
+#if BUILD_ENGINE_DIRECTFB
+#pdirectfb = evas-directfb.pc
+#endif
 
 if BUILD_ENGINE_FB
 pfb = evas-fb.pc
===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -3 -r1.259 -r1.260
--- configure.in        6 May 2008 09:33:06 -0000       1.259
+++ configure.in        14 May 2008 11:26:28 -0000      1.260
@@ -401,30 +401,30 @@
 
 #######################################
 ## Check if we should build the directfb engine
-want_evas_directfb="no";
-have_evas_directfb="no";
-
-AC_MSG_CHECKING(whether directfb backend is to be built)
-AC_ARG_ENABLE(directfb,
-  AC_HELP_STRING([--enable-directfb], [enable the DirectFB rendering backend]),
-  [ want_evas_directfb=$enableval ]
-)
-AC_MSG_RESULT($want_evas_directfb)
-
-if test "x$want_evas_directfb" = "xyes"; then
-  PKG_CHECK_MODULES(DIRECTFB, directfb >= 0.9.16,
-    [
-      AC_DEFINE(BUILD_ENGINE_DIRECTFB, 1, [DirectFB Rendering Backend])
-      have_evas_directfb="yes"
-    ],
-    [
-      if test "x$want_evas_directfb" = "xyes" -a "x$use_strict" = "xyes" ; then
-        AC_MSG_ERROR([DirectFB not found (strict dependencies checking)])
-      fi
-    ]
-  )
-fi
-AM_CONDITIONAL(BUILD_ENGINE_DIRECTFB, test "x$have_evas_directfb" = "xyes")
+#want_evas_directfb="no";
+#have_evas_directfb="no";
+#
+#AC_MSG_CHECKING(whether directfb backend is to be built)
+#AC_ARG_ENABLE(directfb,
+#  AC_HELP_STRING([--enable-directfb], [enable the DirectFB rendering 
backend]),
+#  [ want_evas_directfb=$enableval ]
+#)
+#AC_MSG_RESULT($want_evas_directfb)
+#
+#if test "x$want_evas_directfb" = "xyes"; then
+#  PKG_CHECK_MODULES(DIRECTFB, directfb >= 0.9.16,
+#    [
+#      AC_DEFINE(BUILD_ENGINE_DIRECTFB, 1, [DirectFB Rendering Backend])
+#      have_evas_directfb="yes"
+#    ],
+#    [
+#      if test "x$want_evas_directfb" = "xyes" -a "x$use_strict" = "xyes" ; 
then
+#        AC_MSG_ERROR([DirectFB not found (strict dependencies checking)])
+#      fi
+#    ]
+#  )
+#fi
+#AM_CONDITIONAL(BUILD_ENGINE_DIRECTFB, test "x$have_evas_directfb" = "xyes")
 
 #######################################
 ## Check if we should build the sdl engine
@@ -1649,7 +1649,6 @@
 AC_OUTPUT([
 Makefile
 evas-cairo-x11.pc
-evas-directfb.pc
 evas-fb.pc
 evas-glitz-x11.pc
 evas-opengl-glew.pc
@@ -1695,7 +1694,6 @@
 src/modules/engines/buffer/Makefile
 src/modules/engines/software_win32_gdi/Makefile
 src/modules/engines/software_qtopia/Makefile
-src/modules/engines/directfb/Makefile
 src/modules/engines/gl_common/Makefile
 src/modules/engines/gl_glew/Makefile
 src/modules/engines/gl_x11/Makefile
@@ -1750,7 +1748,6 @@
 echo "  Software Framebuffer.......: $have_evas_fb"
 echo "  Software Qtopia............: $have_evas_qtopia"
 echo "  Software Memory Buffer.....: $have_evas_buffer"
-echo "  DirectFB...................: $have_evas_directfb"
 echo "  Software SDL...............: $have_evas_sdl (primitive: 
$sdl_primitive)"
 echo "  OpenGL Glew................: $have_evas_gl_glew"
 echo "  OpenGL X11.................: $have_evas_gl_x11"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to