mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
215d68baf6
This is no longer necessary since we have resolved most conflicts with SDL2's version of the GL constants. |
||
---|---|---|
.. | ||
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch | ||
0002-Build-Remove-ansi-build-argument.patch | ||
0003-Build-Fix-char-vs.-const-char-arguments.patch | ||
ReadMe.md |
Patches for gltron on SerenityOS
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch
Build: Replace -lGL
with -lgl
to reference our LibGL
0002-Build-Remove-ansi-build-argument.patch
Build: Remove -ansi
build argument
0003-Build-Fix-char-vs.-const-char-arguments.patch
Build: Fix char*
vs. const char*
arguments
These arguments are of the wrong constness, which will trip our compiler.