Ecore_Evas: Fix Wayland engine includes

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77373
This commit is contained in:
Eduardo Lima (Etrunko) 2012-10-03 16:30:28 +00:00 committed by Eduardo de Barros Lima
parent 8501f2111a
commit 536114dd46
3 changed files with 6 additions and 4 deletions

View File

@ -79,13 +79,15 @@
# include <Evas_Engine_Gl_Cocoa.h>
#endif
#ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
#if defined(BUILD_ECORE_EVAS_WAYLAND_SHM) || defined(BUILD_ECORE_EVAS_WAYLAND_EGL)
# include "Ecore_Wayland.h"
#endif
#ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
# include <Evas_Engine_Wayland_Shm.h>
#endif
#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
# include "Ecore_Wayland.h"
# include <Evas_Engine_Wayland_Egl.h>
#endif

View File

@ -24,10 +24,10 @@
#include <Evas.h>
#include <Ecore.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"
#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
# include "ecore_evas_private.h"
# include <Evas_Engine_Wayland_Egl.h>
# include <Ecore_Wayland.h>

View File

@ -24,10 +24,10 @@
#include <Evas.h>
#include <Ecore.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"
#ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
# include "ecore_evas_private.h"
# include <Evas_Engine_Wayland_Shm.h>
# include <Ecore_Wayland.h>