qt5-core: add depention icu-full-data

This commit is contained in:
CN_SZTL 2019-08-15 17:38:30 +08:00
parent ce2c395b63
commit 0d8383e165
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -42,6 +42,7 @@ endef
define Package/qt5-core
$(call Package/qt5/Default)
TITLE+=core
DEPENDS:=+icu-full-data
endef
define Package/qt5-concurrent