From b9b8293a96b21bafcfff8c655cc3fc9258cfddaa Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 22 Apr 2025 14:35:52 -0600 Subject: [PATCH] schismtracker: set sdl prefix to avoid using host SDL --- recipes/tools/schismtracker/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tools/schismtracker/recipe.sh b/recipes/tools/schismtracker/recipe.sh index e26c8890..5cb03564 100644 --- a/recipes/tools/schismtracker/recipe.sh +++ b/recipes/tools/schismtracker/recipe.sh @@ -14,7 +14,7 @@ function recipe_build { export LDFLAGS="-L$sysroot/lib -static" export SDL_CONFIG="$sysroot/bin/sdl-config" autoreconf -i - ./configure --build=${BUILD} --host=${HOST} --prefix='' + ./configure --build=${BUILD} --host=${HOST} --prefix='' --with-sdl-prefix="$sysroot" "$REDOX_MAKE" -j"$($NPROC)" skip=1 }