The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ljlinenoise / Config.in
1 config BR2_PACKAGE_LJLINENOISE
2         bool "ljlinenoise"
3         # run-time dependency only
4         select BR2_PACKAGE_LJSYSCALL
5         # ljsyscall is specifically for LuaJIT, not Lua.
6         depends on BR2_PACKAGE_LUAJIT
7         help
8           ljlinenoise is a pure LuaJIT port of linenoise,
9           a small alternative to readline and libedit.
10
11           http://fperrad.github.io/ljlinenoise/
12
13 comment "ljlinenoise needs LuaJIT"
14         depends on !BR2_PACKAGE_LUAJIT