diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2012-11-01 15:57:18 +0000 |
---|---|---|
committer | Eduardo de Barros Lima <eblima@gmail.com> | 2012-11-01 15:57:18 +0000 |
commit | f81697bb994e7a88cca0c6901482dc16a9dc5d7c (patch) | |
tree | 6741dd344a320f130e7bd41a51ea6c2d8dd1671e /src/bin/main.h | |
parent | 2913da1dca06ad6c2b1c69829b3ff929b1ab75b1 (diff) |
Basic support for wayland engines
Next: Mouse/Keyboard support
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78799
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 8b3a13b..dad9468 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -77,6 +77,12 @@ | |||
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) | ||
81 | #include "engine_wayland_egl.h" | ||
82 | #endif | ||
83 | #if defined(HAVE_EVAS_WAYLAND_SHM) && defined(BUILD_WAYLAND_SHM) | ||
84 | #include "engine_wayland_shm.h" | ||
85 | #endif | ||
80 | 86 | ||
81 | #ifdef __cplusplus | 87 | #ifdef __cplusplus |
82 | extern "C" | 88 | extern "C" |