devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a04e0267528ca9bdd070aa609cc0938ee7649760
commit a04e0267528ca9bdd070aa609cc0938ee7649760 Author: Chris Michael <[email protected]> Date: Tue Dec 9 09:58:27 2014 -0500 ecore-drm: Add libinput dependency check Summary: ecore-drm will now require libinput for handling input devices, so this commit adds a configure check for libinput Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5911192..8ed30c4 100644 --- a/configure.ac +++ b/configure.ac @@ -3078,6 +3078,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eo]) EFL_INTERNAL_DEPEND_PKG([ECORE_DRM], [eina]) EFL_DEPEND_PKG([ECORE_DRM], [DRM], [libdrm >= 2.4 xkbcommon >= 0.3.0 gbm]) +EFL_DEPEND_PKG([ECORE_DRM], [LIBINPUT], [libinput >= 0.6.0]) EFL_EVAL_PKGS([ECORE_DRM]) --
