1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 09:20:46 +00:00
serenity/Ports/SDL2/patches
2022-05-25 23:04:52 +01:00
..
0001-Add-SerenityOS-platform-support.patch Ports: Return SDL2 to upstream 2022-05-25 23:04:52 +01:00
0002-Replace-usages-of-FULL-paths-with-their-relative-cou.patch Ports: Return SDL2 to upstream 2022-05-25 23:04:52 +01:00
ReadMe.md Ports: Return SDL2 to upstream 2022-05-25 23:04:52 +01:00

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.