mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +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
|
define Package/qt5base-core
|
||||||
$(call Package/qt5base/Default)
|
$(call Package/qt5base/Default)
|
||||||
TITLE+=core
|
TITLE+=core
|
||||||
DEPENDS+=+libpthread +zlib +libpcre16 +libstdcpp +icu +librt
|
DEPENDS+=+libpthread +zlib +libpcre16 +libstdcpp +librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/qt5base-gui
|
define Package/qt5base-gui
|
||||||
@@ -286,7 +286,7 @@ define Build/Configure
|
|||||||
-no-cups \
|
-no-cups \
|
||||||
-iconv \
|
-iconv \
|
||||||
-evdev \
|
-evdev \
|
||||||
-icu \
|
-no-icu \
|
||||||
-fontconfig \
|
-fontconfig \
|
||||||
-no-strip \
|
-no-strip \
|
||||||
-no-pch \
|
-no-pch \
|
||||||
|
|||||||
Reference in New Issue
Block a user