mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +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: https://github.com/SerenityOS/serenity/commit/a8f8e883c19 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 \
|
||||
--host="${SERENITY_ARCH}-pc-serenity" \
|
||||
--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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue