From 2370420e6020d45ea2c1c7bf9c1d269fee61f038 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Wed, 5 Dec 2012 16:33:42 +0000 Subject: [PATCH] ecore/wayland: Don't check for ecore-wayland before even building it. Actually, this variable wasn't being set on any other backend, so I just removed it from wayland-egl. I guess it was just a copy & paste typo when merging ecore into the EFL tree. SVN revision: 80266 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 448838b93a..241b69e607 100644 --- a/configure.ac +++ b/configure.ac @@ -3877,7 +3877,6 @@ ECORE_EVAS_CHECK_MODULE_FULL([wayland-egl], PKG_CHECK_MODULES([WAYLAND_EGL], [wayland-egl], [have_wayland_egl="yes"], [have_wayland_egl="no"]) if test "x${have_wayland_egl}" = "xyes" ; then requirements_pc_ecore_evas="wayland-egl egl >= 7.10 ecore-wayland >= ${PACKAGE_VERSION} ${requirements_pc_ecore_evas}" - requirements_pc_deps_ecore_evas="wayland-egl egl >= 7.10 ecore-wayland >= ${PACKAGE_VERSION} ${requirements_pc_deps_ecore_evas}" fi ])