From b0be67f12c4e3103d6e839b10161c83921f08dfa Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 22:01:14 +0400 Subject: [PATCH] supertux: fix missing deps --- supertux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertux/Makefile b/supertux/Makefile index 4fd73bf..241ec4d 100644 --- a/supertux/Makefile +++ b/supertux/Makefile @@ -19,7 +19,7 @@ define Package/supertux SECTION:=games CATEGORY:=Games URL:=http://supertux.lethargik.org - DEPENDS:=+libsdl +libsdl-image +libmikmod + DEPENDS:=+libsdl +libsdl-image +libmikmod +libsdl-ttf +libsdl-mixer +libstdcpp +libsdl-gfx endef define Package/supertux/description