hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=acb713f39d8eb4dc8bce0d73de4e8dd64171602f
commit acb713f39d8eb4dc8bce0d73de4e8dd64171602f Author: ChunEon Park <[email protected]> Date: Mon Mar 2 13:56:23 2015 +0900 disable latest eo api dependency for enventor v0.5 --- m4/efl_eo.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/efl_eo.m4 b/m4/efl_eo.m4 index a90be8a..1fee0bf 100644 --- a/m4/efl_eo.m4 +++ b/m4/efl_eo.m4 @@ -6,7 +6,7 @@ AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT], AC_DEFUN([EFL_ENABLE_EO_LATEST], [ - AC_DEFINE([EO_LATEST], [1], [Enable access to unstable EFL Eo Latest API]) + AC_DEFINE([EO_LATEST], [0], [Enable access to unstable EFL Eo Latest API]) ]) --
