Ecore: egl is not an explicit requirement (anymore) for
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 09:08:19 +0000 (09:08 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 09:08:19 +0000 (09:08 +0000)
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

index c49965e..21393dd 100644 (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
    ])