Ecore: Update configure.ac to reflect that the wayland code requires

wayland-cursor library now.



SVN revision: 74776
This commit is contained in:
Christopher Michael 2012-08-02 06:27:19 +00:00
parent 8abd1fe7a6
commit bd1a25536d
1 changed files with 1 additions and 1 deletions

View File

@ -1949,7 +1949,7 @@ fi
ECORE_CHECK_MODULE([wayland], [${want_ecore_wayland}], [Wayland], [${ecore_wayland_deps}])
if test "x${have_ecore_wayland}" = "xyes" ; then
requirements_ecore_wayland="ecore-input >= 1.6.99 wayland-client xkbcommon ${requirements_ecore_wayland}"
requirements_ecore_wayland="ecore-input >= 1.6.99 wayland-client wayland-cursor xkbcommon ${requirements_ecore_wayland}"
fi
ECORE_EVAS_CHECK_MODULE_FULL([wayland-shm], [wayland-shm],