mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
Ports: Updated the SDL2_mixer port to make it compile without
the opus and modplug music libraries. Previously it wasnt compiling as we do not have ports of those libraries. I have also changed the install location of the library so it installs under /usr/include/SDL2 instead of /usr/local/include/SDL2.
This commit is contained in:
parent
8324e48218
commit
a8f8e883c1
Notes:
sideshowbarker
2024-07-18 20:55:16 +09:00
Author: https://github.com/Baitinq
Commit: a8f8e883c1
Pull-request: https://github.com/SerenityOS/serenity/pull/6058
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ configure() {
|
||||||
run ./configure \
|
run ./configure \
|
||||||
--host="${SERENITY_ARCH}-pc-serenity" \
|
--host="${SERENITY_ARCH}-pc-serenity" \
|
||||||
--with-sdl-prefix="${SERENITY_BUILD_DIR}/Root/usr" \
|
--with-sdl-prefix="${SERENITY_BUILD_DIR}/Root/usr" \
|
||||||
|
--prefix="/usr" \
|
||||||
|
--enable-music-opus=false --enable-music-opus-shared=false \
|
||||||
|
--enable-music-mod-modplug=false --enable-music-mod-modplug-shared=false \
|
||||||
EXTRA_LDFLAGS="-lgui -lgfx -lipc -lcore -lcompression"
|
EXTRA_LDFLAGS="-lgui -lgfx -lipc -lcore -lcompression"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue