summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-27 22:57:08 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-27 22:57:08 +0100
commit52ce7ed842567ee4c5b425e54589dcdc7249f18b (patch)
tree013523ca1dd774ae538cfb2c6086accc0a53040a /Ports
parent1ac661515e3e86e46d1bf2086755ca1766f4ed4b (diff)
downloadserenity-52ce7ed842567ee4c5b425e54589dcdc7249f18b.zip
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.
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/SDL2/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/SDL2/package.sh b/Ports/SDL2/package.sh
index 84a851f9b7..3169c6db83 100755
--- a/Ports/SDL2/package.sh
+++ b/Ports/SDL2/package.sh
@@ -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() {