mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
.. | ||
cwd.patch | ||
disable_graphic_acceleration.patch | ||
fix_cmakelists.patch | ||
fix_fireball_header.patch | ||
gcc-11-static-initializers.patch | ||
ReadMe.md |
Patches for Super-Mario
cwd.patch
chdir()
s to the installed directory before execution.
gcc-11-static-initializers.patch
Removes global static initializers. Presumably not needed anymore.
fix_cmakelists.patch
Use FindPkgConfig
instead of find_package()
to locate SDL2.
fix_fireball_header.patch
Fixes a header include name.
disable_graphic_acceleration.patch
Disables SDL2 hardware acceleration as we don't support that.