devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0ebdaec9cd8059e49362110dd1856ff09705f705

commit 0ebdaec9cd8059e49362110dd1856ff09705f705
Author: Chris Michael <[email protected]>
Date:   Tue Feb 11 08:07:56 2014 +0000

    evas-drm: Fix configure.ac typo for drm hw accel argument
    
    @bugfix: Fix typo in configure.ac file for drm hardware acceleration
    
    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 0f96be8..5ccb6fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1145,7 +1145,7 @@ AC_ARG_ENABLE([drm],
    ],
    [want_drm="no"])
 
-AC_ARG_ENABLE([drm],
+AC_ARG_ENABLE([drm_hw_accel],
    [AC_HELP_STRING([--enable-drm-hw-accel],
        [enable drm hardware acceleration. @<:@default=disabled@:>@])],
    [
@@ -1456,6 +1456,7 @@ EVAS_CHECK_ENGINE([wayland-egl], 
[${want_evas_engine_wayland_egl}], [no], [Wayla
 EVAS_CHECK_ENGINE([wayland-shm], [${want_wayland}], [no], [Wayland Shm])
 EVAS_CHECK_ENGINE([drm], [${want_drm}], [no], [Drm])
 
+
 # Software XCB
 
 have_evas_engine_software_xcb="no"

-- 


Reply via email to