level Qt up to version 5.7.0 + several bug fixes
authorMirko Vogt <mirko-openwrt@nanl.de>
Sat, 27 Aug 2016 19:41:07 +0000 (21:41 +0200)
committerMirko Vogt <mirko@mai>
Mon, 29 Aug 2016 18:04:29 +0000 (20:04 +0200)
commitd4d2a3d5eaaa45a266c5563fdaff81213d6f52fd
tree45c32fd1d76110481ea3457722eeb3373a6c3efe
parent5c4360ede2b27b5d5f2e3821c241005a397a9cea
level Qt up to version 5.7.0 + several bug fixes

Qt5-GUI now gets compiled with support for OpenGL,
however only links against GL stubs provided by the
2d software renderer.
That way we can decide at runtime, whether we want to
use GL or not - with almost no overhead, if not.
This also enables QtQuick2 being built correctly,
which depends on GL support and provides the
possibility of using QtQuick2 with the 2d-sw-renderer
even on hardware without native support for GL.
frameworks/qt5base/Makefile
frameworks/qt5base/files/qmake.mk
frameworks/qt5base/patches/002-musl.patch [deleted file]
frameworks/qt5base/patches/011-use-posix-iconv.patch