xref: /OK3568_Linux_fs/buildroot/package/ljlinenoise/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LJLINENOISE
2	bool "ljlinenoise"
3	# ljsyscall is specifically for LuaJIT, not Lua.
4	depends on BR2_PACKAGE_LUAJIT
5	select BR2_PACKAGE_LJSYSCALL # runtime
6	help
7	  ljlinenoise is a pure LuaJIT port of linenoise,
8	  a small alternative to readline and libedit.
9
10	  https://fperrad.frama.io/ljlinenoise/
11
12comment "ljlinenoise needs LuaJIT"
13	depends on !BR2_PACKAGE_LUAJIT
14