From 313ad7e69b730ed34e6c1839fc274d8240fcf0fc Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 4 Dec 2012 09:52:24 +0000 Subject: [PATCH] =?utf8?q?Patch=20from=20J=C3=A9r=C3=A9my=20Zurcher=20=20to=20fix=20ecore=5Fevas=5Fwayland=20compilation?= =?utf8?q?=20checks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Christopher Michael SVN revision: 80140 --- configure.ac | 15 +++++++++++---- src/Makefile_Ecore_Wayland.am | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 6186d7b..c65cedb 100644 --- a/configure.ac +++ b/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/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index f631849..696342f 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/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 \ -- 2.7.4