diff options
Diffstat (limited to 'package/exiv2')
-rw-r--r-- | package/exiv2/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/exiv2/Config.in b/package/exiv2/Config.in index b2e2ac83d0..3837dd7fa6 100644 --- a/package/exiv2/Config.in +++ b/package/exiv2/Config.in @@ -1,9 +1,9 @@ comment "exiv2 needs a toolchain w/ C++, dynamic library" - depends on BR2_PREFER_STATIC_LIB || !BR2_INSTALL_LIBSTDCPP + depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP config BR2_PACKAGE_EXIV2 bool "exiv2" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS depends on BR2_INSTALL_LIBSTDCPP help Exiv2 is a C++ library and a command line utility to manage |