qt5base: deactivate some options
The libraries needed for these options are no dependencies of any
qt5base module so deactivate them.
Signed-off-by: Hauke Mehrtens <[email protected]>
qt5base: build some modules only when needed
Build some parts only depending on the parts which are selected in
OpenWrt menuconfig and not always.
Signed-off-by: Hauke Mehrtens <[email protected]>
qt5base: activate mips dsp extension when needed.
When OpenWrt normally uses the mips dps extensions it adds this to the
CFLAGS which are also given to qt5base. When we configure qt5base
without dsp extension, but give the mdsp in the CFLAGS the compilation
will fail.
Signed-off-by: Hauke Mehrtens <[email protected]>
qt5base: add PKG_USE_MIPS16
qt5 generates some long methods and does not support mips16 for all of them.
Signed-off-by: Hauke Mehrtens <[email protected]>
qt5base: fix musl build
This was taken from upstream qt5 and modified a little bit to match
OpenWrt.
Signed-off-by: Hauke Mehrtens <[email protected]>
qt5base: remove dependency to icu
The icu package does not exist in OpenWrt.
Signed-off-by: Hauke Mehrtens <[email protected]>