luv: new package

Luv is libuv binding for lua.

Signed-off-by: Morteza Milani <milani@pichak.co>
This commit is contained in:
Morteza Milani
2017-01-17 10:22:08 +03:30
committed by Karl Palsson
parent 74c17c8444
commit 927ca1346d
2 changed files with 72 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
menu "Configuration"
depends on PACKAGE_luv
config LUV_USE_LUAJIT_ENGINE
bool "Use luajit engine"
select PACKAGE_luajit
help
If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
default n
endmenu