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"