|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_FLANN
|
|
config BR2_PACKAGE_FLANN
|
|
bool "flann"
|
|
bool "flann"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB
|
|
help
|
|
help
|
|
FLANN is a library for performing fast approximate nearest
|
|
FLANN is a library for performing fast approximate nearest
|
|
neighbor searches in high dimensional spaces. It contains a
|
|
neighbor searches in high dimensional spaces. It contains a
|
|
@@ -20,5 +21,5 @@ config BR2_PACKAGE_FLANN_EXAMPLES
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
|
|
-comment "flann needs a toolchain w/ C++"
|
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
+comment "flann needs a toolchain w/ C++, dynamic library"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
|