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