From: devilhorns Date: Thu, 12 Jan 2012 09:08:19 +0000 (+0000) Subject: Ecore: egl is not an explicit requirement (anymore) for X-Git-Tag: 2.0_alpha~86^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97584f8648615cfc966663863c450af403bdde97;p=framework%2Fuifw%2Fecore.git 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 --- 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 ])