1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:37:44 +00:00

Ports: Return SDL2 to upstream

This commit is contained in:
Tim Schumacher 2022-05-21 20:42:08 +02:00 committed by Linus Groh
parent 81a2f09a80
commit cb6a406190
5 changed files with 1752 additions and 4 deletions

View file

@ -0,0 +1,17 @@
# Patches for SDL2 on SerenityOS
## `0001-Add-SerenityOS-platform-support.patch`
Add SerenityOS platform support
## `0002-Replace-usages-of-FULL-paths-with-their-relative-cou.patch`
Replace usages of FULL paths with their relative counterparts
GNUInstallDirs currently doesn't support the seperate STAGING directory,
and will always prepend the final installation prefix to its paths.
Work around that by just using the path that is relative to the
installation directory and let CMake figure out the rest.