summaryrefslogtreecommitdiffstats
path: root/package/flann/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/flann/Config.in')
-rw-r--r--package/flann/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/flann/Config.in b/package/flann/Config.in
index a3af7c1e01..1222310bfd 100644
--- a/package/flann/Config.in
+++ b/package/flann/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_FLANN
bool "flann"
depends on BR2_INSTALL_LIBSTDCPP
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
# triggers an assert in the linker of this toolchain
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
help
@@ -24,4 +24,4 @@ config BR2_PACKAGE_FLANN_EXAMPLES
endif
comment "flann needs a toolchain w/ C++, dynamic library"
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud