Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtwebkit: fix build with icu >= 68 | Andreas Müller | 2021-01-22 | 1 | -52/+0 |
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||||
* | qtwebkit: Add patch to fix build with bison 3.7 | Andreas Müller | 2020-09-08 | 1 | -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> |