summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-06-02 22:27:24 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-02 23:15:47 +0200
commit73d1ca8dc544fa6187eb4539f0cd5353d51396f2 (patch)
treeda837248a3d53ad03a6e481cd0482d5e7f73b100
parent54b3fd46f51d7c24e65b3ee638fd1d72807da57f (diff)
downloadbuildroot-73d1ca8dc544fa6187eb4539f0cd5353d51396f2.tar.gz
buildroot-73d1ca8dc544fa6187eb4539f0cd5353d51396f2.zip
package/weston: add support for libinput
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/weston/weston.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index ea63203763..325cfc7512 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -32,6 +32,13 @@ else
WESTON_CONF_OPT += --disable-xkbcommon
endif
+ifeq ($(BR2_PACKAGE_LIBINPUT),y)
+WESTON_DEPENDENCIES += libinput
+WESTON_CONF_OPT += --enable-libinput-backend
+else
+WESTON_CONF_OPT += --disable-libinput-backend
+endif
+
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
WESTON_DEPENDENCIES += libunwind
else
OpenPOWER on IntegriCloud