devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5267daa9ae5f9c458f22913d61560d337ac53640
commit 5267daa9ae5f9c458f22913d61560d337ac53640 Author: Chris Michael <[email protected]> Date: Wed Feb 12 13:50:54 2014 +0000 evas-drm: Rename drm hardware acceleration option Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5ccb6fd..9684274 100644 --- a/configure.ac +++ b/configure.ac @@ -1145,7 +1145,8 @@ AC_ARG_ENABLE([drm], ], [want_drm="no"]) -AC_ARG_ENABLE([drm_hw_accel], +want_drm_hw_accel="no" +AC_ARG_ENABLE([drm-hw-accel], [AC_HELP_STRING([--enable-drm-hw-accel], [enable drm hardware acceleration. @<:@default=disabled@:>@])], [ --
