devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=70bbfb4b9341b52b4b0abbb0ab3745455d9bcf69

commit 70bbfb4b9341b52b4b0abbb0ab3745455d9bcf69
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Apr 10 09:20:07 2015 -0400

    efl: Remove dead configure options for drm-hw-accel
    
    Summary: This option Was added originally so that software drm and
    hardware drm could be done in the same 'engine'. Since we have drm and
    gl_drm now as separate engines, this option is no longer needed.
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 configure.ac | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58a0acf..f6d4992 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1492,18 +1492,6 @@ AC_ARG_ENABLE([drm],
    ],
    [want_drm="no"])
 
-want_drm_hw_accel="no"
-AC_ARG_ENABLE([drm-hw-accel],
-   [AS_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"])
-
 
 AC_ARG_ENABLE([gl-drm],
    [AC_HELP_STRING([--enable-gl-drm],

-- 


Reply via email to