diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-05-16 19:21:28 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-05-19 20:17:10 +0430 |
commit | 0880542d9963d497f7663d97a217233e6e022424 (patch) | |
tree | 2431f80dab8f0fd917099dc278788460e08df2bd /Ports/angband/patches/ReadMe.md | |
parent | cbd76e053194f34b2738ed9ecc264e79c8152cfb (diff) | |
download | serenity-0880542d9963d497f7663d97a217233e6e022424.zip |
Ports: Update angband's patches to use git patches
Diffstat (limited to 'Ports/angband/patches/ReadMe.md')
-rw-r--r-- | Ports/angband/patches/ReadMe.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Ports/angband/patches/ReadMe.md b/Ports/angband/patches/ReadMe.md index 2715af365e..e5143abcc5 100644 --- a/Ports/angband/patches/ReadMe.md +++ b/Ports/angband/patches/ReadMe.md @@ -1,10 +1,15 @@ -# Patches for angband +# Patches for angband on SerenityOS -## `disable-accelerated-rendering.patch` +## `0001-Disable-hardware-acceleration.patch` -Disable SDL2 hardware acceleration as we do not support that. +Disable hardware acceleration -## `fix-sdl-prefix-handling.patch` +We don't support this, so disable it. + +## `0002-Fix-up-SDL-path-handling.patch` + +Fix up SDL path handling Fix up some copy-paste and logic mistakes in the configure script that prevent us from setting a prefix for the SDL installation. + |