efl: Remove dependency on wayland-cursor library

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-25 11:08:16 -04:00
parent a09ad5af7f
commit 17652ee8f3
1 changed files with 1 additions and 1 deletions

View File

@ -3646,7 +3646,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [efl])
EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eina])
EFL_DEPEND_PKG([ECORE_WL2], [WAYLAND],
[wayland-server >= 1.11.0 wayland-client >= 1.11.0 wayland-cursor >= 1.11.0 xkbcommon >= 0.6.0])
[wayland-server >= 1.11.0 wayland-client >= 1.11.0 xkbcommon >= 0.6.0])
EFL_EVAL_PKGS([ECORE_WL2])