Commit 698f1e97 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

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: default avatarRomain Naour <romain.naour@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f0028ae2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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