pygame: fix missing deps

This commit is contained in:
kyak 2012-10-12 21:30:07 +04:00
parent 706b26846e
commit 615308eb87
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ define Package/pygame
CATEGORY:=Languages
TITLE:=pygame
URL:=http://pygame.org
DEPENDS:=+python-mini +libsdl +libpng +libjpeg +libsdl-image +libsdl-mixer
DEPENDS:=+python-mini +libsdl +libpng +libjpeg +libsdl-image +libsdl-mixer +libsdl-ttf
endef
define Package/pygame/description