qt5-core: fix depention icu

This commit is contained in:
CN_SZTL 2019-08-16 10:54:24 +08:00
parent 5dabd4e2a4
commit a77f4dabf1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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