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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/ljlinenoise/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/ljlinenoise/Config.in
new file mode 100644 (file)
index 0000000..be83bdb
--- /dev/null
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_LJLINENOISE
+       bool "ljlinenoise"
+       # run-time dependency only
+       select BR2_PACKAGE_LJSYSCALL
+       # ljsyscall is specifically for LuaJIT, not Lua.
+       depends on BR2_PACKAGE_LUAJIT
+       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