tasn pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=b8c6c03b66bbfd72b3e7b26ff229f1fd8087c424
commit b8c6c03b66bbfd72b3e7b26ff229f1fd8087c424 Author: Tom Hacohen <t...@stosb.com> Date: Fri Dec 13 11:59:58 2013 +0000 Enable the macro needed to use Eo API. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 491b931..75f0253 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,8 @@ PKG_CHECK_MODULES([EFL], want_systemd="yes" EFL_ENABLE_BETA_API_SUPPORT + +AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL EO API.]) AC_ARG_ENABLE([systemd], [AC_HELP_STRING([--disable-systemd], [disable systemd integration. @<:@default=enabled@:>@])], --