jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=83a294664ed6cf590c71c1f0a3f9d769d1d3cb64
commit 83a294664ed6cf590c71c1f0a3f9d769d1d3cb64 Author: Jean-Philippe Andre <[email protected]> Date: Mon May 22 13:25:30 2017 +0900 elm: Try to fix build (linking failure) This should expose the proper definition of EAPI before including elm_widget.h, as elm modules call internal APIs from elementary. Thanks Mykyta for the report! --- src/lib/elementary/elm_priv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index 135d054..e118551 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h @@ -21,6 +21,9 @@ #include <Eio.h> +// Evas internal EO APIs +#include "Evas_Internal.h" + #ifdef EAPI # undef EAPI #endif @@ -47,9 +50,6 @@ # endif #endif /* ! _WIN32 */ -// Evas internal EO APIs -#include "Evas_Internal.h" - #include "elm_widget.h" #include "elm_access.eo.h" #include "elm_code_private.h" --
