1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-21 19:54:03 +02:00

supertux: fix missing deps

This commit is contained in:
kyak 2012-10-12 22:01:14 +04:00
parent 73b7cbc2bb
commit b0be67f12c

View File

@ -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