simotek pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2483f30f48c4795ab7375e08db28534b7b235804
commit 2483f30f48c4795ab7375e08db28534b7b235804 Author: Simon Lees <[email protected]> Date: Wed Aug 24 18:38:03 2016 +0930 Fix elementary build when xkbcommon is in a non standard location @fixes T4413 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2a9efa4..a6b7b99 100644 --- a/configure.ac +++ b/configure.ac @@ -5485,6 +5485,7 @@ EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ELEMENTARY], [${build_ecore_evas_win32}], [eco EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ELEMENTARY], [${want_drm}], [ecore_drm2]) EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ELEMENTARY], [${build_ecore_evas_wayland}], [ecore_wl2]) +EFL_OPTIONAL_DEPEND_PKG([ELEMENTARY], [${want_elput}], [ELPUT], [xkbcommon]) EFL_OPTIONAL_DEPEND_PKG([ELEMENTARY], [${want_wayland}], [WAYLAND], [wayland-client]) dnl Special case deps for ecore_drm --
