]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
qt: Allow enabling of QtWebKit with GCC 6+
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>
Fri, 22 Sep 2017 12:50:03 +0000 (15:50 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 14 Oct 2017 06:49:42 +0000 (08:49 +0200)
commit5648030f9ac8ee0c44a30723a8778ddc7f221a46
treeb369d08b96cb79beb014f9e0a19550074663933d
parentad0eab0037892669cad24c19a813fa2d0be3a5cc
qt: Allow enabling of QtWebKit with GCC 6+

Building Qt with QtWebKit on configuration step there is
a check which disables QtWebKit build with GCC 6+.
Back in the day nobody thought about building Qt with GCC
version greater than 5.x. And now with modern GCCs like
6.x and 7.x this assumption gets in the way.

Given in Buildroot today we don't have GCC older than 4.9
it should be safe to remove now meaningless check completely
by adding patch to qt.

Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit f95bb8562ef02935d6fcf9b254060454e5be796c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/0014-Enable-QtWebKit-with-newer-GCC.patch [new file with mode: 0644]