xref: /OK3568_Linux_fs/buildroot/package/lutok/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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