mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:44:03 +02:00
pygame: fix missing deps
This commit is contained in:
parent
706b26846e
commit
615308eb87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user