Skip to content

Commit

Permalink
Ports: Disable JACK for SDL2 in configopts
Browse files Browse the repository at this point in the history
This is causing build errors for myself and a few other people.
This config option disables the SDL2 port from trying to compile
with the JACK audio server (which we don't need).
  • Loading branch information
Quaker762 authored and awesomekling committed Feb 10, 2020
1 parent ccfee3e commit 591870c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/SDL2/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=serenity-git
workdir=SDL-master-serenity
useconfigure=true
files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"

configure() {
run cmake $configopts
Expand Down

0 comments on commit 591870c

Please sign in to comment.