turn multisense on by default since ecore_audio is already

This commit is contained in:
Carsten Haitzler 2014-04-10 18:04:09 +09:00
parent 30d945307c
commit 069940d026
2 changed files with 1 additions and 2 deletions

1
README
View File

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

View File

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