mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Ports: Disable JACK for SDL2 in configopts
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).
This commit is contained in:
parent
ccfee3e573
commit
591870c7b4
Notes:
sideshowbarker
2024-07-19 09:29:13 +09:00
Author: https://github.com/Quaker762 Commit: https://github.com/SerenityOS/serenity/commit/591870c7b42 Pull-request: https://github.com/SerenityOS/serenity/pull/1206
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=serenity-git
|
||||||
workdir=SDL-master-serenity
|
workdir=SDL-master-serenity
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz"
|
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() {
|
configure() {
|
||||||
run cmake $configopts
|
run cmake $configopts
|
||||||
|
|
Loading…
Add table
Reference in a new issue