raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6aa3bc5824bc14e9f338824c0dc786028dadd6e1
commit 6aa3bc5824bc14e9f338824c0dc786028dadd6e1 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jul 7 16:29:40 2014 +0900 efl build - fix multisense to actually be turned on again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69cd418..faf575a 100644 --- a/configure.ac +++ b/configure.ac @@ -4008,7 +4008,7 @@ AC_ARG_ENABLE([multisense], want_multisense="no" fi ], - [want_multisense="no"]) + [want_multisense="yes"]) if test "x${build_gui}" = "xno"; then want_multisense="no" --
