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:
parent
f0028ae2e6
commit
698f1e971c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user