From 11291fdd8701b06e75c2b19eb6884bbb53376cb6 Mon Sep 17 00:00:00 2001 From: bartbes Date: Sun, 5 Sep 2010 19:07:43 +0200 Subject: [PATCH] Added lua dependency to nlove --- nlove/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlove/Makefile b/nlove/Makefile index 146001f..f7a8df4 100755 --- a/nlove/Makefile +++ b/nlove/Makefile @@ -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