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:
Yann E. MORIN
2026-05-06 20:40:51 +02:00
committed by Arnout Vandecappelle
parent f22ee80740
commit 3f24135c56
2 changed files with 4 additions and 4 deletions

View File

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

View File

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