mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/qt6/qt6base: add qt icu support
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
37e2694756
commit
17e44d6603
@@ -101,6 +101,13 @@ endef
|
||||
# Conditional blocks below are ordered by alphabetic ordering of the
|
||||
# BR2_PACKAGE_* option.
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ICU),y)
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_icu=ON
|
||||
QT6BASE_DEPENDENCIES += icu
|
||||
else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_icu=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
QT6BASE_CONF_OPTS += -DINPUT_openssl=yes
|
||||
QT6BASE_DEPENDENCIES += openssl
|
||||
|
||||
Reference in New Issue
Block a user