Fix expedite to build for wayland engines

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-12 08:18:04 +00:00
parent 196b527d51
commit 5174c08f1f
1 changed files with 2 additions and 2 deletions

View File

@ -77,10 +77,10 @@
#if HAVE_EVAS_SOFTWARE_16_WINCE
#include "engine_software_16_wince.h"
#endif
#if defined(HAVE_EVAS_WAYLAND_EGL) && defined(BUILD_WAYLAND_EGL)
#if HAVE_EVAS_WAYLAND_EGL
#include "engine_wayland_egl.h"
#endif
#if defined(HAVE_EVAS_WAYLAND_SHM) && defined(BUILD_WAYLAND_SHM)
#if HAVE_EVAS_WAYLAND_SHM
#include "engine_wayland_shm.h"
#endif