package/qt6/qt6base: add qt libudev support
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fdb23693a4
commit
93652b8577
@ -101,6 +101,13 @@ endef
|
||||
# Conditional blocks below are ordered by alphabetic ordering of the
|
||||
# BR2_PACKAGE_* option.
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_libudev=ON
|
||||
QT6BASE_DEPENDENCIES += udev
|
||||
else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_libudev=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ICU),y)
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_icu=ON
|
||||
QT6BASE_DEPENDENCIES += icu
|
||||
|
Loading…
Reference in New Issue
Block a user