Hi, this patch fixes ... 

Jérémy
diff --git a/efl/configure.ac b/efl/configure.ac
index 6186d7b..b3f7c26 100644
--- a/efl/configure.ac
+++ b/efl/configure.ac
@@ -3916,14 +3916,14 @@ ECORE_EVAS_CHECK_MODULE_FULL([opengl-sdl],
 # ecore_evas_wayland
 
 ECORE_EVAS_CHECK_MODULE_FULL([wayland-shm],
-   [wayland-shm],
+   [${have_evas_engine_wayland_shm}],
    [${want_ecore_evas_wayland_shm}],
    [Wayland Shm],
    [${have_ecore_wayland}],
    [requirements_pc_ecore_evas="ecore-wayland >= ${PACKAGE_VERSION} 
${requirements_pc_ecore_evas}"])
 
 ECORE_EVAS_CHECK_MODULE_FULL([wayland-egl],
-   [wayland-egl egl >= 7.10],
+   [${have_evas_engine_wayland_egl}],
    [${want_ecore_evas_wayland_egl}],
    [Wayland Egl],
    [${have_ecore_wayland}],
diff --git a/efl/src/Makefile_Ecore_Wayland.am 
b/efl/src/Makefile_Ecore_Wayland.am
index f631849..696342f 100644
--- a/efl/src/Makefile_Ecore_Wayland.am
+++ b/efl/src/Makefile_Ecore_Wayland.am
@@ -31,7 +31,7 @@ lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \
 @ECORE_WAYLAND_CFLAGS@
 
 lib_ecore_wayland_libecore_wayland_la_LIBADD = \
-lib/ecore/libecore_input.la \
+lib/ecore_input/libecore_input.la \
 lib/ecore/libecore.la \
 lib/eo/libeo.la \
 lib/eina/libeina.la \
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to