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.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-10 09:20:07 -04:00
parent 701504c7a4
commit 70bbfb4b93
1 changed files with 0 additions and 12 deletions

View File

@ -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],