From 776e83a048cef9d76bd42a1586070004f7a381f5 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 4 Dec 2012 10:47:35 +0000 Subject: [PATCH] No wayland on windows, evil not needed. Signed-off-by: Christopher Michael SVN revision: 80142 --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index c65cedb0db..ea6803340e 100644 --- a/configure.ac +++ b/configure.ac @@ -2984,15 +2984,10 @@ AC_MSG_NOTICE([Ecore_Wayland checks]) ### Checks for libraries # 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} ${requirements_pc_ecore_wayland}" +requirements_pc_ecore_wayland="ecore-input >= ${PACKAGE_VERSION} ecore >= ${PACKAGE_VERSION} eina >= ${PACKAGE_VERSION}" ## Wayland