On Tuesday 04 December 2012  09:52, Jérémy Zurcher wrote :
> Hi, this patch fixes ... 
> 
> Jérémy

forgot about pc file ...
diff --git a/efl/configure.ac b/efl/configure.ac
index 6186d7b..c65cedb 100644
--- a/efl/configure.ac
+++ b/efl/configure.ac
@@ -2983,9 +2983,16 @@ AC_MSG_NOTICE([Ecore_Wayland checks])
 
 ### Checks for libraries
 
-## Evil, Eina, Ecore, Ecore_Input
+# Evil library for compilation on Windows
+case "$host_os" in
+   mingw*)
+      requirements_pc_ecore_wayland="evil >= ${PACKAGE_VERSION} 
${requirements_pc_ecore_con}"
+      ;;
+esac
+
+## Eina, Ecore, Ecore_Input
 
-requirements_pc_ecore_wayland="ecore-input >= ${PACKAGE_VERSION} ecore >= 
${PACKAGE_VERSION} eina >= ${PACKAGE_VERSION} evil >= ${PACKAGE_VERSION} 
${requirements_pc_ecore_wayland}"
+requirements_pc_ecore_wayland="ecore-input >= ${PACKAGE_VERSION} ecore >= 
${PACKAGE_VERSION} eina >= ${PACKAGE_VERSION} ${requirements_pc_ecore_wayland}"
 
 ## Wayland
 
@@ -3916,14 +3923,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