diff mbox

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

Message ID 1456578818-32619-1-git-send-email-romain.naour@gmail.com
State Accepted
Headers show

Commit Message

Romain Naour Feb. 27, 2016, 1:13 p.m. UTC
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@gmail.com>
---
 package/qhull/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Thomas Petazzoni Feb. 27, 2016, 3:25 p.m. UTC | #1
Dear Romain Naour,

On Sat, 27 Feb 2016 14:13:37 +0100, Romain Naour wrote:
> 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@gmail.com>
> ---
>  package/qhull/Config.in | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Both applied to master, thanks.

Thomas
diff mbox

Patch

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