From: Romain Naour Date: Sat, 27 Feb 2016 13:13:37 +0000 (+0100) Subject: package/qhull: fix comment dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=698f1e971c6c9a72ebdfcd43d19ec647d2c5767e;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/qhull/Config.in b/package/qhull/Config.in index f671e88d34..2bc8ff6412 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