mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/libinput: only needs libudev, not udev daemon
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [Bernd: adjusted for libudev-zero] Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
f22ee80740
commit
3f24135c56
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_LIBINPUT
|
||||
bool "libinput"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_PACKAGE_HAS_LIBUDEV
|
||||
select BR2_PACKAGE_LIBEVDEV
|
||||
help
|
||||
libinput is a library to handle input devices in Wayland
|
||||
@@ -34,5 +34,5 @@ config BR2_PACKAGE_LIBINPUT_PYTHON_TOOLS
|
||||
|
||||
endif
|
||||
|
||||
comment "libinput needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
comment "libinput needs libudev"
|
||||
depends on !BR2_PACKAGE_HAS_LIBUDEV
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
LIBINPUT_VERSION = 1.31.2
|
||||
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.bz2
|
||||
LIBINPUT_SITE = https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)
|
||||
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev udev
|
||||
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev libudev
|
||||
LIBINPUT_INSTALL_STAGING = YES
|
||||
LIBINPUT_LICENSE = MIT
|
||||
LIBINPUT_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user