summaryrefslogtreecommitdiffstats
path: root/package/lua-coatpersistent/Config.in
blob: d8b3570c13f126b53f23ae4fb887bcf56e45d631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
OpenPOWER on IntegriCloud