ecore/wayland: Don't check for ecore-wayland before even building it.

Actually, this variable wasn't being set on any other backend, so I just
removed it from wayland-egl. I guess it was just a copy & paste typo
when merging ecore into the EFL tree.

SVN revision: 80266
This commit is contained in:
Rafael Antognolli 2012-12-05 16:33:42 +00:00
parent 518982f15c
commit 2370420e60
1 changed files with 0 additions and 1 deletions

View File

@ -3877,7 +3877,6 @@ ECORE_EVAS_CHECK_MODULE_FULL([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_pc_ecore_evas="wayland-egl egl >= 7.10 ecore-wayland >= ${PACKAGE_VERSION} ${requirements_pc_ecore_evas}"
requirements_pc_deps_ecore_evas="wayland-egl egl >= 7.10 ecore-wayland >= ${PACKAGE_VERSION} ${requirements_pc_deps_ecore_evas}"
fi
])