bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a95fd2c4b0deef2de5806bdac9b53790b96c4c48
commit a95fd2c4b0deef2de5806bdac9b53790b96c4c48 Author: Marcel Hollerbach <[email protected]> Date: Thu Jul 13 10:37:34 2017 +0200 efl_ui_focus_manager: this whole thing is not just eo api its also beta --- src/lib/elementary/Elementary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index c54000f3b2..1ea4d67244 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -143,7 +143,7 @@ EAPI extern Elm_Version *elm_version; #include <elm_config.h> #include <elm_focus.h> -#ifdef EFL_EO_API_SUPPORT +#if defined (EFL_EO_API_SUPPORT) && defined (EFL_BETA_API_SUPPORT) # include "efl_ui_focus_object.eo.h" # include "efl_ui_focus_manager.eo.h" # include "efl_ui_focus_manager_sub.eo.h" --
