python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / lutok / Config.in
blobab9c32b6d51b8a0023337fabea247ffcc5bb5540
1 config 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.
8           https://github.com/jmmv/lutok
10 comment "lutok needs a toolchain w/ C++ and full Lua"
11         depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
12         depends on BR2_PACKAGE_HAS_LUAINTERPRETER