Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite


Modified Files:
        configure.in 


Log Message:


add fb to expedite

===================================================================
RCS file: /cvs/e/e17/apps/expedite/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        10 Nov 2007 12:17:07 -0000      1.10
+++ configure.in        10 Nov 2007 23:23:08 -0000      1.11
@@ -97,6 +97,16 @@
 )
 AM_CONDITIONAL(BUILD_SOFTWARE_16_X11, test "x$have_software_16_x11" = "xyes")
 
+dnl FB
+PKG_CHECK_EXISTS(evas-framebuffer,
+  [
+    AC_DEFINE(HAVE_EVAS_FB, 1, [Evas FB Engine Support])
+    have_fb="yes"
+  ],
+  [ have_fb="no" ]
+)
+AM_CONDITIONAL(BUILD_FB, test "x$have_fb" = "xyes")
+
 # TODO: Check availability of libs
 dnl DirectDraw
 PKG_CHECK_EXISTS(evas-software-ddraw,
@@ -188,6 +198,7 @@
 echo "    Software DirectDraw 16 bits..: ${have_software_16_ddraw}"
 echo "    Direct3D.....................: ${have_direct3d}"
 echo "    Software SDL.................: ${have_software_sdl}"
+echo "    FB...........................: ${have_fb}"
 echo
 echo "  Installation:"
 echo "    prefix.......................: ${prefix}"



-------------------------------------------------------------------------
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