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:17:49 +00:00
parent 5f70cec6e5
commit 196b527d51
1 changed files with 2 additions and 2 deletions

View File

@ -1186,10 +1186,10 @@ static const Expedite_Engine engines[] = {
{ "wince-ddraw", engine_software_16_wince_args, engine_software_16_wince_loop, engine_software_16_wince_shutdown },
{ "wince-gdi", engine_software_16_wince_args, engine_software_16_wince_loop, engine_software_16_wince_shutdown },
#endif
#if defined(HAVE_EVAS_WAYLAND_EGL) && defined(BUILD_WAYLAND_EGL)
#if HAVE_EVAS_WAYLAND_EGL
{ "wayland-egl", engine_wayland_egl_args, engine_wayland_egl_loop, engine_wayland_egl_shutdown },
#endif
#if defined(HAVE_EVAS_WAYLAND_SHM) && defined(BUILD_WAYLAND_SHM)
#if HAVE_EVAS_WAYLAND_SHM
{ "wayland-shm", engine_wayland_shm_args, engine_wayland_shm_loop, engine_wayland_shm_shutdown },
#endif
{ NULL, NULL, NULL, NULL }