From 615308eb8785289c3b5fcc331a3ea1f3f768005d Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 21:30:07 +0400 Subject: [PATCH] pygame: fix missing deps --- pygame/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygame/Makefile b/pygame/Makefile index d42ea7a..af7ec6c 100644 --- a/pygame/Makefile +++ b/pygame/Makefile @@ -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