From 7d855cff3018fac7ef4e0826ace701e77453d1cf Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 18 Aug 2015 11:55:24 -0400 Subject: [PATCH] ecore-wl2: Link to wayland-server for ecore_wl2 library Signed-off-by: Chris Michael --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95fbef4b77..d899ad22e1 100644 --- a/configure.ac +++ b/configure.ac @@ -3046,7 +3046,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eo]) EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eina]) EFL_DEPEND_PKG([ECORE_WL2], [WAYLAND], - [wayland-client >= 1.8.0 wayland-cursor >= 1.8.0 xkbcommon >= 0.5.0]) + [wayland-server >= 1.8.0 wayland-client >= 1.8.0 wayland-cursor >= 1.8.0 xkbcommon >= 0.5.0]) EFL_EVAL_PKGS([ECORE_WL2])