mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
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
|
WESTON_CONF_OPT += --disable-xkbcommon
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||||
WESTON_DEPENDENCIES += libunwind
|
WESTON_DEPENDENCIES += libunwind
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user