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:
parent
54b3fd46f5
commit
73d1ca8dc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user