e1f9882088
like in https://git.busybox.net/buildroot/commit/?id=05200ad01434ce297a166c6e1bebc8196c18f7dc Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
config BR2_PACKAGE_LUA_COATPERSISTENT
|
|
bool "lua-coatpersistent"
|
|
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
|
|
# run-time dependencies
|
|
select BR2_PACKAGE_DADO
|
|
select BR2_PACKAGE_LUA_COAT
|
|
help
|
|
An ORM for lua-Coat.
|
|
|
|
https://fperrad.frama.io/lua-CoatPersistent/
|
|
|
|
comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
|
|
depends on !BR2_PACKAGE_LSQLITE3 && !BR2_PACKAGE_LUASQL_SQLITE3
|