diff options
Diffstat (limited to 'src/bin/main.h')
-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 | ||