|
@@ -1,10 +1,12 @@
|
|
-comment "exiv2 needs a toolchain w/ C++, dynamic library"
|
|
|
|
- depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
+comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library"
|
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
|
|
|
|
+ || !BR2_USE_WCHAR
|
|
|
|
|
|
config BR2_PACKAGE_EXIV2
|
|
config BR2_PACKAGE_EXIV2
|
|
bool "exiv2"
|
|
bool "exiv2"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ depends on BR2_USE_WCHAR
|
|
help
|
|
help
|
|
Exiv2 is a C++ library and a command line utility to manage
|
|
Exiv2 is a C++ library and a command line utility to manage
|
|
image metadata. It provides fast and easy read and write
|
|
image metadata. It provides fast and easy read and write
|