summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebkit/0006-Fix-build-with-bison37.patch
Commit message (Collapse)AuthorAgeFilesLines
* qtwebkit: fix build with icu >= 68Andreas Müller2021-01-221-52/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* qtwebkit: Add patch to fix build with bison 3.7Andreas Müller2020-09-081-0/+52
Fixes: |... /build/DerivedSources/WebCore/XPathGrammar.cpp:120:10: fatal error: XPathGrammar.hpp: No such file or directory | 120 | #include "XPathGrammar.hpp" | | ^~~~~~~~~~~~~~~~~~ | ... | .../build/DerivedSources/WebCore/CSSGrammar.cpp:160:10: fatal error: CSSGrammar.hpp: No such file or directory | 160 | #include "CSSGrammar.hpp" | | ^~~~~~~~~~~~~~~~ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>