devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=437654c6b53f3f460e42cbf64c9bd981c7cd08e3

commit 437654c6b53f3f460e42cbf64c9bd981c7cd08e3
Author: Chris Michael <[email protected]>
Date:   Tue Feb 11 07:13:49 2014 +0000

    evas-drm: Add option to enable drm hardware acceleration
    
    @feature: Start on drm hardware acceleration
    
    Signed-off-by: Chris Michael <[email protected]>
---
 configure.ac | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/configure.ac b/configure.ac
index de6222b..0f96be8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1145,6 +1145,18 @@ AC_ARG_ENABLE([drm],
    ],
    [want_drm="no"])
 
+AC_ARG_ENABLE([drm],
+   [AC_HELP_STRING([--enable-drm-hw-accel],
+       [enable drm hardware acceleration. @<:@default=disabled@:>@])],
+   [
+    if test "x${enableval}" = "xyes" ; then
+       want_drm_hw_accel="yes"
+    else
+       want_drm_hw_accel="no"
+    fi
+   ],
+   [want_drm_hw_accel="no"])
+
 
 # Fontconfig
 AC_ARG_ENABLE([fontconfig],

-- 


Reply via email to