From 97584f8648615cfc966663863c450af403bdde97 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Thu, 12 Jan 2012 09:08:19 +0000 Subject: [PATCH] Ecore: egl is not an explicit requirement (anymore) for ecore_evas_wayland_egl (we are using just the wl_egl functions). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67133 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c49965e..21393dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1874,7 +1874,7 @@ ECORE_EVAS_CHECK_MODULE_FULL([wayland-egl], [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_ecore_evas="wayland-egl ${requirements_ecore_wayland} ${requirements_ecore_evas}" + requirements_ecore_evas="wayland-egl egl ${requirements_ecore_wayland} ${requirements_ecore_evas}" fi ]) -- 2.7.4