From 70bbfb4b9341b52b4b0abbb0ab3745455d9bcf69 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 10 Apr 2015 09:20:07 -0400 Subject: [PATCH] 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 --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.ac b/configure.ac index 58a0acfc97..f6d4992aa1 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],