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>
This commit is contained in:
Yann E. MORIN 2014-06-02 22:27:24 +02:00 committed by Peter Korsgaard
parent 54b3fd46f5
commit 73d1ca8dc5

View File

@ -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