|
@@ -1,6 +1,5 @@
|
|
|
config BR2_PACKAGE_LUA_CFFI
|
|
|
bool "lua-cffi"
|
|
|
- depends on !BR2_PACKAGE_LUAJIT
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
@@ -13,7 +12,6 @@ config BR2_PACKAGE_LUA_CFFI
|
|
|
https://github.com/q66/cffi-lua
|
|
|
|
|
|
comment "lua-cffi needs a toolchain w/ C++, gcc >= 4.8, threads"
|
|
|
- depends on !BR2_PACKAGE_LUAJIT
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS
|