From e9259b36e8893f920fc0a856cf05494edb96afa1 Mon Sep 17 00:00:00 2001 From: alwayslivid Date: Sun, 12 Jan 2020 16:32:43 +0200 Subject: [PATCH] flatzebra: cleaned up libSDL* dependencies (#4559) --- dev-games/flatzebra/flatzebra-0.1.6.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-games/flatzebra/flatzebra-0.1.6.recipe b/dev-games/flatzebra/flatzebra-0.1.6.recipe index df17b9e30..25f91daf1 100644 --- a/dev-games/flatzebra/flatzebra-0.1.6.recipe +++ b/dev-games/flatzebra/flatzebra-0.1.6.recipe @@ -19,9 +19,9 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libsdl_image$secondaryArchSuffix - lib:libsdl_mixer$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_image_1.2$secondaryArchSuffix + lib:libSDL_mixer_1.2$secondaryArchSuffix " PROVIDES_devel=" @@ -36,9 +36,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libjpeg$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix - devel:libsdl_image$secondaryArchSuffix - devel:libsdl_mixer$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix + devel:libSDL_image_1.2$secondaryArchSuffix + devel:libSDL_mixer_1.2$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal