raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=069940d026a3825cf1f7cd7f297c504d1aa5f3b0

commit 069940d026a3825cf1f7cd7f297c504d1aa5f3b0
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Apr 10 18:04:09 2014 +0900

    turn multisense on by default since ecore_audio is already
---
 README       | 1 -
 configure.ac | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README
index de9586d..2a3248c 100644
--- a/README
+++ b/README
@@ -488,7 +488,6 @@ Recommended requirements (highly recommended):
 Enable these with configure options:
 
     --enable-xinput22 \
-    --enable-multisense \
     --enable-systemd \
     --enable-image-loader-webp \
     --enable-harfbuzz
diff --git a/configure.ac b/configure.ac
index 01d4ee9..78bbb7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3767,7 +3767,7 @@ EFL_LIB_START([Edje])
 ### Additional options to configure
 
 ### Default values
-want_multisense="no" # TODO: move to ecore_audio and enable
+want_multisense="yes"
 AC_ARG_ENABLE([multisense],
    [AC_HELP_STRING([--enable-multisense],
        [Enable multisense support. @<:@default=disabled@:>@])],

-- 


Reply via email to