b31443e09c
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: propagate gdbm deps, fix check-package] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
config BR2_PACKAGE_LUA_LGDBM
|
|
bool "lua-lgdbm"
|
|
depends on BR2_USE_MMU # gdbm
|
|
depends on BR2_USE_WCHAR #gdbm
|
|
depends on BR2_PACKAGE_LUA_5_3 || BR2_PACKAGE_LUA_5_4
|
|
select BR2_PACKAGE_GDBM
|
|
help
|
|
A database library for Lua using GDBM.
|
|
|
|
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lgdbm
|
|
|
|
comment "lua-lgdbm needs needs a toolchain with wchar, Lua >= 5.3"
|
|
depends on !BR2_USE_MMU
|
|
depends on !(BR2_PACKAGE_LUA_5_3 || BR2_PACKAGE_LUA_5_4) \
|
|
|| !BR2_USE_WCHAR
|