1 config BR2_PACKAGE_LUTOK
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
5 depends on !BR2_PACKAGE_LUAJIT
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