From a311de5fe595690b51ad5486e3ae03ec7719d066 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 21 Jul 2017 17:37:33 +0900 Subject: [PATCH] efl_wl - also add xkbcommon as it's actually used --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ba2b21f39f..8bb4395175 100644 --- a/configure.ac +++ b/configure.ac @@ -3694,7 +3694,7 @@ EFL_INTERNAL_DEPEND_PKG([EFL_WL], [eina]) EFL_OPTIONAL_INTERNAL_DEPEND_PKG([EFL_WL], [${want_x11_any}], [ecore_x]) EFL_DEPEND_PKG([EFL_WL], [WAYLAND], - [wayland-server >= 1.11.0]) + [wayland-server >= 1.11.0 xkbcommon >= 0.6.0]) EFL_EVAL_PKGS([EFL_WL])