1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00

Ports: Update Another-World's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:26 +04:30 committed by Ali Mohammad Pur
parent 3a879faba6
commit 1dc03216ab
3 changed files with 38 additions and 15 deletions

View file

@ -0,0 +1,9 @@
# 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.