serenity/Ports/prboom-plus/patches/ReadMe.md
Jelle Raaijmakers 180effa8ac Ports: Add PrBoom+
Music (MIDI) works through TiMidity++ and OpenGL support works, but is
still very buggy. Sometimes PrBoom+ fails to load its own configuration
file, which can be worked around by deleting it.
2022-09-03 00:07:24 +02:00

12 lines
337 B
Markdown

# Patches for prboom-plus on SerenityOS
## `0001-Remove-WAD-data-targets-from-build.patch`
Remove WAD / data targets from build
We're crosscompiling but PRBoom+ still tries to invoke the rdatawad
tool, which we're supposed to get from a different native build.
We download the PRBoom WAD separately, so we remove it from the build.