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:
parent
81a2f09a80
commit
cb6a406190
5 changed files with 1752 additions and 4 deletions
17
Ports/SDL2/patches/ReadMe.md
Normal file
17
Ports/SDL2/patches/ReadMe.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue