mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ports: Compile SDL2 against LibAudio
This commit is contained in:
parent
ae0ca35541
commit
15b0c38c0f
Notes:
sideshowbarker
2024-07-17 11:28:19 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/15b0c38c0f Pull-request: https://github.com/SerenityOS/serenity/pull/13820 Reviewed-by: https://github.com/kennethmyhra ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=git
|
|||
workdir=SDL-main-serenity
|
||||
useconfigure=true
|
||||
files="https://github.com/SerenityPorts/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DPULSEAUDIO=OFF" "-DJACK=OFF" "-DEXTRA_LDFLAGS=-liconv;-ldl")
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DPULSEAUDIO=OFF" "-DJACK=OFF" "-DEXTRA_LDFLAGS=-laudio;-liconv;-ldl")
|
||||
depends=("libiconv")
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Reference in a new issue