1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 19:32:55 +03:00

Added lua dependency to nlove

This commit is contained in:
bartbes 2010-09-05 19:07:43 +02:00
parent 1b84af0652
commit 11291fdd87

View File

@ -16,7 +16,7 @@ define Package/nlove
SECTION:=games
CATEGORY:=Games
TITLE:=LÖVE
DEPENDS:=+libphysfs libsdl libsdl-image libsdl-gfx libsdl-mixer
DEPENDS:=+libphysfs +libsdl +libsdl-image +libsdl-gfx +libsdl-mixer +lua
URL:=http://bartbes.ath.cx/
endef