ecore/wayland: Don't check for ecore-wayland before even building it.
authorRafael Antognolli <antognolli@gmail.com>
Wed, 5 Dec 2012 16:33:42 +0000 (16:33 +0000)
committerRafael Antognolli <antognolli@gmail.com>
Wed, 5 Dec 2012 16:33:42 +0000 (16:33 +0000)
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

configure.ac

index 448838b..241b69e 100644 (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
    ])