From 0d8383e165f6afe828da034b1a9e26165aec8712 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 15 Aug 2019 17:38:30 +0800 Subject: [PATCH] qt5-core: add depention icu-full-data --- package/lean/qt5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index 447f2d7055..dd00b0c1a0 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -42,6 +42,7 @@ endef define Package/qt5-core $(call Package/qt5/Default) TITLE+=core + DEPENDS:=+icu-full-data endef define Package/qt5-concurrent