Ecore: egl is not an explicit requirement (anymore) for

ecore_evas_wayland_egl (we are using just the wl_egl functions).



SVN revision: 67133
This commit is contained in:
Christopher Michael 2012-01-12 09:08:19 +00:00
parent 3abbc4f0aa
commit f7ac548a29
1 changed files with 1 additions and 1 deletions

View File

@ -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
])