From 52ce7ed842567ee4c5b425e54589dcdc7249f18b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 27 Mar 2021 22:57:08 +0100 Subject: [PATCH] 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. --- Ports/SDL2/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ports/SDL2/package.sh b/Ports/SDL2/package.sh index 84a851f9b75..3169c6db830 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() {