mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
qt5base: remove dependency to icu
The icu package does not exist in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -55,7 +55,7 @@ endef
|
||||
define Package/qt5base-core
|
||||
$(call Package/qt5base/Default)
|
||||
TITLE+=core
|
||||
DEPENDS+=+libpthread +zlib +libpcre16 +libstdcpp +icu +librt
|
||||
DEPENDS+=+libpthread +zlib +libpcre16 +libstdcpp +librt
|
||||
endef
|
||||
|
||||
define Package/qt5base-gui
|
||||
@@ -286,7 +286,7 @@ define Build/Configure
|
||||
-no-cups \
|
||||
-iconv \
|
||||
-evdev \
|
||||
-icu \
|
||||
-no-icu \
|
||||
-fontconfig \
|
||||
-no-strip \
|
||||
-no-pch \
|
||||
|
||||
Reference in New Issue
Block a user