mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.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.
|
|
|
|
http://fperrad.github.io/lua-CoatPersistent/
|
|
|
|
comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
|
|
depends on !BR2_PACKAGE_LSQLITE3 && !BR2_PACKAGE_LUASQL_SQLITE3
|