devilhorns pushed a commit to branch master.

commit da0fd5c67107c5b3e2cc534cfb9c951566aaff9a
Author: Chris Michael <[email protected]>
Date:   Mon Apr 29 12:34:39 2013 +0100

    Add "--enable-drm" for drm engine.
    Add evas engine check for drm
    
    Signed-off-by: Chris Michael <[email protected]>
---
 configure.ac | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/configure.ac b/configure.ac
index 6cd88e0..5e0b3fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1041,6 +1041,19 @@ dnl    test cocoa requirements (objc and Cocoa/Cocoa.h)
 dnl fi
 want_cocoa="no"
 
+# Drm
+AC_ARG_ENABLE([drm],
+   [AC_HELP_STRING([--enable-drm],
+       [enable drm engine. @<:@default=disabled@:>@])],
+   [
+    if test "x${enableval}" = "xyes" ; then
+       want_drm="yes"
+    else
+       want_drm="no"
+    fi
+   ],
+   [want_drm="no"])
+
 
 # Fontconfig
 AC_ARG_ENABLE([fontconfig],
@@ -1396,6 +1409,7 @@ EVAS_CHECK_ENGINE([software-gdi], 
[${want_evas_engine_software_gdi}], [no], [Sof
 EVAS_CHECK_ENGINE([software-ddraw], [${want_evas_engine_software_ddraw}], 
[no], [Software DirectDraw])
 EVAS_CHECK_ENGINE([wayland-egl], [${want_evas_engine_wayland_egl}], [no], 
[Wayland Egl])
 EVAS_CHECK_ENGINE([wayland-shm], [${want_wayland}], [no], [Wayland Shm])
+EVAS_CHECK_ENGINE([drm], [${want_drm}], [no], [Drm])
 
 # Software XCB
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to