From f051b8d24785b4a6daf37d82c6dddf0900eec3b0 Mon Sep 17 00:00:00 2001 From: ope087 <33145975+ope087@users.noreply.github.com> Date: Tue, 3 Sep 2019 14:05:41 +0800 Subject: [PATCH] add icu to depends (#1588) fix missing libicu* files when packing qt5-core. --- 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 447f2d705..bb6868fab 100644 --- a/package/lean/qt5/Makefile +++ b/package/lean/qt5/Makefile @@ -36,7 +36,7 @@ define Package/qt5/Default SUBMENU:=Qt5 TITLE:=qt5 URL:=http://qt-project.org - DEPENDS:=+libatomic +libstdcpp +libopenssl +zlib @!LINUX_2_6 + DEPENDS:=+libatomic +libstdcpp +libopenssl +zlib +icu @!LINUX_2_6 endef define Package/qt5-core