diff options
author | Chris Michael <cp.michael@samsung.com> | 2016-10-25 10:47:15 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2016-10-25 11:07:32 -0400 |
commit | 3a44b0fd172f143c32a89ac8aac28cbad6f4d1e9 (patch) | |
tree | 0988e97684a4ef9139c37541104beed73ec74985 /configure.ac | |
parent | 13f77a2456c0a770e94e68f168a1ffda9e5298ae (diff) | |
download | efl-3a44b0fd172f143c32a89ac8aac28cbad6f4d1e9.tar.gz |
Revert "ecore-wl2: Remove all references to wl_cursor usage"
This reverts commit 173fda5c11fc083a0b274e404f0005a52b4bf128.
Reverting this as we need to handle mouse pointers a different way.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d90b51608b..c74306381e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 xkbcommon >= 0.6.0]) + [wayland-server >= 1.11.0 wayland-client >= 1.11.0 wayland-cursor >= 1.11.0 xkbcommon >= 0.6.0]) EFL_EVAL_PKGS([ECORE_WL2]) |