projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bfecb0
)
qt5base: remove dependency to icu
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 26 Nov 2015 21:01:31 +0000
(22:01 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 6 Dec 2015 21:45:08 +0000
(22:45 +0100)
The icu package does not exist in OpenWrt.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
frameworks/qt5base/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5base/Makefile
b/frameworks/qt5base/Makefile
index e2e8c729e0b99d0306fcb5b0d3522464057b85ae..39346bdaf1dfea07f663b05393d8819652c9e1d6 100644
(file)
--- a/
frameworks/qt5base/Makefile
+++ b/
frameworks/qt5base/Makefile
@@
-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 \