projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2985650
)
ecore-drm: Add libinput dependency check
author
Chris Michael
<cp.michael@samsung.com>
Tue, 9 Dec 2014 14:58:27 +0000
(09:58 -0500)
committer
Chris Michael
<cp.michael@samsung.com>
Tue, 9 Dec 2014 14:58:27 +0000
(09:58 -0500)
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 <cp.michael@samsung.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5911192a5e36216a10a30150588299add44ce5b9..8ed30c41a0d0c81339ae408e95dfe3f89a2b9080 100644
(file)
--- 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])