From bd1a25536dfb6d84bf583aa773be2961f9db2b5c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 2 Aug 2012 06:27:19 +0000 Subject: [PATCH] Ecore: Update configure.ac to reflect that the wayland code requires wayland-cursor library now. SVN revision: 74776 --- legacy/ecore/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 85ce7faf19..2ab207b0f2 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -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],