devilhorns pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=5174c08f1fb354de34deef6b04173b859bcef02d

commit 5174c08f1fb354de34deef6b04173b859bcef02d
Author: Chris Michael <[email protected]>
Date:   Wed Feb 12 08:18:04 2014 +0000

    Fix expedite to build for wayland engines
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/main.h | 4 ++--
 1 file 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 @@
 #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
 

-- 


Reply via email to