buildrootschalter/package/berkeleydb/Config.in
Gustavo Zacarias 4608c4c1a4 berkeleydb: add option for tools install
Add an option to install (or not) the berkeleydb binary tools.
The default is no since most of the time/application just need the
library and it helps save some space in the target.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25 16:45:24 +02:00

14 lines
348 B
Plaintext

config BR2_PACKAGE_BERKELEYDB
bool "berkeleydb"
help
The Berkeley database. A very common library for database
applications.
http://www.sleepycat.com/products/db.shtml
config BR2_PACKAGE_BERKELEYDB_TOOLS
bool "install tools"
depends on BR2_PACKAGE_BERKELEYDB
help
Install berkeleydb tools, mostly useful for debugging purposes.