mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
add icu to depends (#1588)
fix missing libicu* files when packing qt5-core.
This commit is contained in:
parent
15d60da9bc
commit
f051b8d247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user