mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Arnout Vandecappelle
parent
d6768a2b68
commit
f22ee80740
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user