[Buildroot] [PATCH 1/2] package/qhull: fix comment dependency

Romain Naour romain.naour at gmail.com
Sat Feb 27 13:13:37 UTC 2016


The comment must be displayed with toolchain without C++ compiler support when
BR2_STATIC_LIBS is not set.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
---
 package/qhull/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/qhull/Config.in b/package/qhull/Config.in
index f671e88..2bc8ff6 100644
--- a/package/qhull/Config.in
+++ b/package/qhull/Config.in
@@ -15,5 +15,4 @@ config BR2_PACKAGE_QHULL
 	  http://www.qhull.org
 
 comment "qhull needs a toolchain w/ C++, dynamic library"
-	depends on !BR2_INSTALL_LIBSTDCPP
-	depends on BR2_STATIC_LIBS
+	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
-- 
2.5.0



More information about the buildroot mailing list