Files
package_application_recovery/buildroot/package/lua-coatpersistent/Config.in
Andrew Scheller f7e730ab05 Upgrade included buildroot to git revision 083f853
(with some NOOBS-specific changes on top)
2015-02-07 01:07:40 +00:00

14 lines
414 B
Plaintext

config BR2_PACKAGE_LUA_COATPERSISTENT
bool "lua-coatpersistent"
# run-time dependencies
select BR2_PACKAGE_DADO
select BR2_PACKAGE_LUA_COAT
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
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