From a77f4dabf1940e6375d657119f8cf16a464da363 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 16 Aug 2019 10:54:24 +0800 Subject: [PATCH] qt5-core: fix depention icu --- package/lean/qt5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/qt5/Makefile b/package/lean/qt5/Makefile index 3f77792083..fb9662b956 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -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