When Ecore.h is included, efl_gfx_types.eot.h does not included because of the the EFL_BETA_API_SUPPORT was not defined.
Then when Evas.h is included, the EFL_BETA_API_SUPPORT value is 1. It causes a build error.
Change-Id: Ifae99c029c93f2edf4df0a69b33aa31cc04c29eb
#include <pthread.h>
// EFL header
+#define EFL_BETA_API_SUPPORT 1
#include <Eina.h>
#include <Ecore.h>
-#define EFL_BETA_API_SUPPORT 1
#include <Ecore_Wl2.h>
// wayland compositor header
#include <pepper.h>