From d556c9440b287f7c5f8365ea87eb4f3332e22242 Mon Sep 17 00:00:00 2001 From: Dirk Feytons Date: Fri, 29 Apr 2016 21:40:17 +0200 Subject: [PATCH] luabitop: correct dependency Signed-off-by: Dirk Feytons --- lang/luabitop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/luabitop/Makefile b/lang/luabitop/Makefile index eda6f9b82..6153c8d67 100644 --- a/lang/luabitop/Makefile +++ b/lang/luabitop/Makefile @@ -28,7 +28,7 @@ define Package/luabitop CATEGORY:=Languages TITLE:=luabitop URL:=http://bitop.luajit.org/ - DEPENDS:=+lua + DEPENDS:=+liblua endef define Package/luabitop/description