From 5174c08f1fb354de34deef6b04173b859bcef02d Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 12 Feb 2014 08:18:04 +0000 Subject: [PATCH] Fix expedite to build for wayland engines Signed-off-by: Chris Michael --- 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