summaryrefslogtreecommitdiffstats
path: root/package/cppdb/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-15 13:33:24 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-11-11 01:39:58 +0100
commit0c14b6c9a66900e427e82326108ac63fe46dd483 (patch)
tree50d41e337573e1196f98d6531e2dcd3eda0445f3 /package/cppdb/Config.in
parentec2c83234c2044dd03f47b6029d104c9c5ae7cde (diff)
downloadbuildroot-0c14b6c9a66900e427e82326108ac63fe46dd483.tar.gz
buildroot-0c14b6c9a66900e427e82326108ac63fe46dd483.zip
cppdb: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cppdb/Config.in')
-rw-r--r--package/cppdb/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/cppdb/Config.in b/package/cppdb/Config.in
new file mode 100644
index 0000000000..f0c48e3726
--- /dev/null
+++ b/package/cppdb/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_CPPDB
+ bool "cppdb"
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ # Can be built without them but it's useless
+ depends on BR2_PACKAGE_MYSQL_CLIENT || BR2_PACKAGE_SQLITE
+ help
+ CppDB is an SQL connectivity library that is designed to provide
+ platform and Database independent connectivity API similarly
+ to what JDBC, ODBC and other connectivity libraries do.
+
+ http://cppcms.com/sql/cppdb/
+
+comment "cppdb needs a toolchain w/ C++, threads"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud