1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +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