summaryrefslogtreecommitdiffstats
path: root/package/exiv2
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-04 10:04:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-05 11:51:52 +0200
commit1fe1698d6e77cf451cb082b836138fdb648cdc44 (patch)
treef418099bd2a16caf5eb5a88f4b5ab97df36104a6 /package/exiv2
parent4fc3338e53a3caf8b1df1e93575a55f483eb76a0 (diff)
downloadbuildroot-1fe1698d6e77cf451cb082b836138fdb648cdc44.tar.gz
buildroot-1fe1698d6e77cf451cb082b836138fdb648cdc44.zip
package/exiv2: needs threads
Exiv2 itself depends on threads, not only with xmp support. Follow-up patch for http://patchwork.ozlabs.org/patch/770813/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/exiv2')
-rw-r--r--package/exiv2/Config.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/package/exiv2/Config.in b/package/exiv2/Config.in
index a94e5cd8f8..7358283a66 100644
--- a/package/exiv2/Config.in
+++ b/package/exiv2/Config.in
@@ -1,11 +1,12 @@
-comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library"
+comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library, threads"
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
- || !BR2_USE_WCHAR
+ || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_EXIV2
bool "exiv2"
depends on !BR2_STATIC_LIBS
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR
help
Exiv2 is a C++ library and a command line utility to manage
@@ -39,14 +40,10 @@ config BR2_PACKAGE_EXIV2_PNG
config BR2_PACKAGE_EXIV2_XMP
bool "XMP support"
- depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_EXPAT
help
Build with XMP support
-comment "xmp support needs a toolchain w/ threads"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
-
config BR2_PACKAGE_EXIV2_LENSDATA
bool "Nikon lens name database"
depends on !BR2_PACKAGE_EXIV2_COMMERCIAL
OpenPOWER on IntegriCloud