2014-03-01 18:23:08 +01:00
|
|
|
config BR2_PACKAGE_LJLINENOISE
|
|
|
|
bool "ljlinenoise"
|
|
|
|
# ljsyscall is specifically for LuaJIT, not Lua.
|
|
|
|
depends on BR2_PACKAGE_LUAJIT
|
2017-04-22 19:17:58 +02:00
|
|
|
# run-time dependency only
|
|
|
|
select BR2_PACKAGE_LJSYSCALL
|
2014-03-01 18:23:08 +01:00
|
|
|
help
|
|
|
|
ljlinenoise is a pure LuaJIT port of linenoise,
|
|
|
|
a small alternative to readline and libedit.
|
|
|
|
|
|
|
|
http://fperrad.github.io/ljlinenoise/
|
|
|
|
|
|
|
|
comment "ljlinenoise needs LuaJIT"
|
|
|
|
depends on !BR2_PACKAGE_LUAJIT
|