Ports: Switch to new SDL2 port
I've rebased the SDL2 port on top of the latest SDL2 main branch. This patch simply points the SDL2 port scripts to the new branch.
This commit is contained in:
parent
1ac661515e
commit
52ce7ed842
Notes:
sideshowbarker
2024-07-18 21:00:59 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/52ce7ed8425
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=SDL2
|
||||
version=serenity-git
|
||||
workdir=SDL-master-serenity
|
||||
workdir=SDL-main-serenity
|
||||
useconfigure=true
|
||||
files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz"
|
||||
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue