syobonaction: set SDL_CONFIG

This commit is contained in:
Jeremy Soller 2026-05-19 20:19:02 -06:00
parent 21ff41e6d1
commit 42f9379bd8

View File

@ -7,6 +7,7 @@ patches = [
[build]
template = "custom"
dependencies = [
"sdl1",
"sdl1-mixer",
"sdl1-image",
"sdl-gfx",
@ -15,6 +16,7 @@ dependencies = [
script = """
DYNAMIC_INIT
export LDFLAGS="$LDFLAGS -lorbital"
export SDL_CONFIG="pkg-config sdl"
rsync -a --delete "${COOKBOOK_SOURCE}/" ./
make
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"