package/qhull: fix comment dependency

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>
This commit is contained in:
Romain Naour 2016-02-27 14:13:37 +01:00 committed by Thomas Petazzoni
parent f0028ae2e6
commit 698f1e971c

View 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