[Buildroot] [git commit] cppdb: fix comment dependency

Peter Korsgaard peter at korsgaard.com
Mon Nov 11 08:41:41 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=1eee94dd910abd76009fbfffdc29abd88e1ca81f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As noticed by Thomas De Schampheleir.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/cppdb/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/cppdb/Config.in b/package/cppdb/Config.in
index f0c48e3..f79b70b 100644
--- a/package/cppdb/Config.in
+++ b/package/cppdb/Config.in
@@ -12,4 +12,5 @@ config BR2_PACKAGE_CPPDB
 	  http://cppcms.com/sql/cppdb/
 
 comment "cppdb needs a toolchain w/ C++, threads"
+	depends on BR2_PACKAGE_MYSQL_CLIENT || BR2_PACKAGE_SQLITE
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list