Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite


Modified Files:
        configure.in 


Log Message:
add direct3d engine support

===================================================================
RCS file: /cvs/e/e17/apps/expedite/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        5 Aug 2007 07:31:57 -0000       1.6
+++ configure.in        17 Aug 2007 09:39:18 -0000      1.7
@@ -99,6 +99,15 @@
   [ #include <Evas.h> ]
 )
 
+have_d3d="no"
+AC_CHECK_HEADER(Evas_Engine_Direct3D.h,
+  [ AC_DEFINE(HAVE_DIRECT3D, 1, [Evas Direct3D Engine Support])
+    have_d3d="yes"
+    d3d_libs="-ld3d9 -ld3dx9d" ],
+  [ dummy=no ],
+  [ #include <Evas.h> ]
+)
+
 if test "x$have_xlib" = "xyes" -o "x$have_xlib_16" = "xyes" -o 
"x$have_xlib_render" = "xyes" -o "x$have_xlib_opengl" = "xyes" ; then
 AC_PATH_XTRA
 x_dir=${x_dir:-/usr/X11R6}
@@ -109,6 +118,7 @@
 AC_SUBST(x_cflags)
 AC_SUBST(x_libs)
 AC_SUBST(ddraw_libs)
+AC_SUBST(d3d_libs)
 AC_SUBST(glew_libs)
 
 #######################################
@@ -157,6 +167,7 @@
 echo "    Open GL Glew............: ${have_glew_opengl}"
 echo "    Open GL Xlib............: ${have_xlib_opengl}"
 echo "    Software DirectDraw.....: ${have_ddraw}"
+echo "    Direct3D................: ${have_d3d}"
 echo "    Software SDL............: ${have_sdl}"
 echo
 echo "  Installation:"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to