package/nodejs: security bump for 0.10.x to version 0.10.42
[buildroot-gz.git] / package / lutok / Config.in
blobd6c87cf586188be24bff2be1a0469565d124cfbf
1 config BR2_PACKAGE_LUTOK
2         bool "lutok"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_PACKAGE_HAS_LUAINTERPRETER
5         depends on !BR2_PACKAGE_LUAJIT
6         help
7           Lutok is a lightweight C++ API library for Lua.
9           https://github.com/jmmv/lutok
11 comment "lutok needs a toolchain w/ C++ and full Lua"
12         depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
13         depends on BR2_PACKAGE_HAS_LUAINTERPRETER