From f803f75590cc01ed691d8a01d990181d66f644a2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 12 Dec 2023 10:12:31 -0700 Subject: [PATCH] schismtracker: fix sdl recipe name --- 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 b79414672..1151f22c3 100644 --- a/recipes/tools/schismtracker/recipe.sh +++ b/recipes/tools/schismtracker/recipe.sh @@ -1,7 +1,7 @@ VERSION=20181223 TAR=https://github.com/schismtracker/schismtracker/archive/$VERSION.tar.gz TAR_SHA256=fc32930c611fdb78face87dbe8a3c62e70088fd8d4ad803140e0b9a0b2e72ad7 -BUILD_DEPENDS=(sdl12 liborbital libiconv) +BUILD_DEPENDS=(sdl1 liborbital libiconv) function recipe_version { echo "$VERSION" -- GitLab