package/qt5base: optionally use libudev

qt5base only requires libudev, not a full udev daemon.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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:50 +02:00
committed by Arnout Vandecappelle
parent d6768a2b68
commit f22ee80740

View File

@@ -101,8 +101,8 @@ ifneq ($(QT5BASE_CONFIG_FILE),)
QT5BASE_CONFIGURE_OPTS += -qconfig buildroot
endif
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
QT5BASE_DEPENDENCIES += udev
ifeq ($(BR2_PACKAGE_HAS_LIBUDEV),y)
QT5BASE_DEPENDENCIES += libudev
endif
ifeq ($(BR2_PACKAGE_CUPS), y)