commit bb0e781d551a4ebc458d57e62ecfa1e34c60817a
parent 7fc8ad570bbdc6f1bcdb0eb9cc2038513877d215
Author: champtar <champetier.etienne@gmail.com>
Date: Sat, 30 Apr 2016 09:04:05 +0200
Merge pull request #2642 from dirkfeytons/luabitop_deps
luabitop: correct dependency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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