mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Select right config tools for SDL_mixer
Previously, you would need `sdl-config` and `libmikmod-config` on your host machine to get SDL_mixer to build. With this patch, it always works :^)
This commit is contained in:
parent
77a725b6f4
commit
07a7d3e136
Notes:
sideshowbarker
2024-07-17 07:49:22 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/07a7d3e136 Pull-request: https://github.com/SerenityOS/serenity/pull/14998 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi ✅
1 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,8 @@ config_sub_paths=("build-scripts/config.sub")
|
|||
files="https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${version}.tar.gz SDL_mixer-${version}.tar.gz 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
|
||||
auth_type=sha256
|
||||
depends=("libmikmod" "libvorbis" "sdl12-compat")
|
||||
|
||||
# Explicitly point to the config binaries installed by our ports. Otherwise, it will
|
||||
# only work if by chance your host machine has those binaries in $PATH.
|
||||
export LIBMIKMOD_CONFIG="${SERENITY_INSTALL_ROOT}/usr/local/bin/libmikmod-config"
|
||||
export SDL_CONFIG="${SERENITY_INSTALL_ROOT}/usr/local/bin/sdl-config"
|
||||
|
|
Loading…
Reference in a new issue