diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:18:04 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:18:04 +0000 |
commit | 5174c08f1fb354de34deef6b04173b859bcef02d (patch) | |
tree | b72351d8c1b5095c485c82ea527f64148fc9c014 | |
parent | 196b527d518149e8f49b7a9803eb0eaa42e3649f (diff) |
Fix expedite to build for wayland engines
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/bin/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index dad9468..9732ec2 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -77,10 +77,10 @@ | |||
77 | #if HAVE_EVAS_SOFTWARE_16_WINCE | 77 | #if HAVE_EVAS_SOFTWARE_16_WINCE |
78 | #include "engine_software_16_wince.h" | 78 | #include "engine_software_16_wince.h" |
79 | #endif | 79 | #endif |
80 | #if defined(HAVE_EVAS_WAYLAND_EGL) && defined(BUILD_WAYLAND_EGL) | 80 | #if HAVE_EVAS_WAYLAND_EGL |
81 | #include "engine_wayland_egl.h" | 81 | #include "engine_wayland_egl.h" |
82 | #endif | 82 | #endif |
83 | #if defined(HAVE_EVAS_WAYLAND_SHM) && defined(BUILD_WAYLAND_SHM) | 83 | #if HAVE_EVAS_WAYLAND_SHM |
84 | #include "engine_wayland_shm.h" | 84 | #include "engine_wayland_shm.h" |
85 | #endif | 85 | #endif |
86 | 86 | ||