mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
lua-coatpersistent: bump to version 0.2.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5e4a7332f6
commit
aeb3f480c6
@@ -3,7 +3,11 @@ config BR2_PACKAGE_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
|
||||
|
||||
Reference in New Issue
Block a user