serenity/Ports/Another-World/patches
2022-06-08 17:58:36 +01:00
..
0001-Skip-using-find_package-for-SDL2.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update Another-World's patches to use git patches 2022-05-19 20:17:10 +04:30

Patches for Another-World on SerenityOS

0001-Skip-using-find_package-for-SDL2.patch

Skip using find_package() for SDL2

We pass the include directory via cmake flags, so we can just use that and link against sdl2 normally.