1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 01:09:41 +02:00

pygame: fix missing deps

This commit is contained in:
kyak 2012-10-12 21:30:07 +04:00
parent 706b26846e
commit 615308eb87

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