From ded0238ff611c19f6b514509475549e5781bbf27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 4 Jul 2014 01:04:29 +0200 Subject: [PATCH] supertux: Add missing sdl_image dependency --- games-arcade/supertux/supertux-0.1.3.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-arcade/supertux/supertux-0.1.3.recipe b/games-arcade/supertux/supertux-0.1.3.recipe index 9c93931d6..6013477e3 100644 --- a/games-arcade/supertux/supertux-0.1.3.recipe +++ b/games-arcade/supertux/supertux-0.1.3.recipe @@ -24,10 +24,12 @@ REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion lib:libSDL_1.2$secondaryArchSuffix >= 0.11.4 lib:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0 + lib:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4 " BUILD_REQUIRES=" devel:libSDL_1.2$secondaryArchSuffix >= 0.11.4 devel:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0 + devel:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4 " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion