1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

Ports: Update relocated ports

Port repos have been moved to the new SerenityPorts organization on
GitHub, to declutter the main SerenityOS organization.
This commit is contained in:
Andreas Kling 2021-08-30 20:13:18 +02:00
parent 51ea4d38d5
commit aa2e19e58f
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ port=SDL2
version=git
workdir=SDL-main-serenity
useconfigure=true
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
files="https://github.com/SerenityPorts/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_SOURCE_DIR}/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
configure() {