diff options
-rw-r--r-- | package/qhull/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |