]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/qhull: fix comment dependency
authorRomain Naour <romain.naour@gmail.com>
Sat, 27 Feb 2016 13:13:37 +0000 (14:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Feb 2016 15:23:40 +0000 (16:23 +0100)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qhull/Config.in

index f671e88d347ae12bd0a6035715083166257971a3..2bc8ff6412054613268ddae0a67d1609ca8f3736 100644 (file)
@@ -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