1config BR2_PACKAGE_LUTOK 2 bool "lutok" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on !BR2_PACKAGE_LUAJIT 5 help 6 Lutok is a lightweight C++ API library for Lua. 7 8 https://github.com/jmmv/lutok 9 10comment "lutok needs a toolchain w/ C++ and full Lua" 11 depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT 12