From 42f9379bd88bb72acc39c65b1ba3b3ef4d1bb42e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 19 May 2026 20:19:02 -0600 Subject: [PATCH] syobonaction: set SDL_CONFIG --- recipes/wip/games/syobonaction/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/games/syobonaction/recipe.toml b/recipes/wip/games/syobonaction/recipe.toml index 576a9010..ac3a54cc 100644 --- a/recipes/wip/games/syobonaction/recipe.toml +++ b/recipes/wip/games/syobonaction/recipe.toml @@ -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"