kumquat-buildroot/package/exempi/Config.in
Fabrice Fontaine ca73191cf2 exempi: fix libiconv dependency
Fixes:
 - http://autobuild.buildroot.org/results/a77a891683ae9a135dc31be1b419061922d0e1ba

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-01-20 21:54:22 +01:00

17 lines
575 B
Plaintext

config BR2_PACKAGE_EXEMPI
bool "exempi"
depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_ZLIB
help
Exempi is an implementation of XMP (Extensible Metadata
Platform). Version 2.x is based on Adobe XMP SDK.
http://libopenraw.freedesktop.org/wiki/Exempi
comment "exempi needs a toolchain w/ C++, dynamic library, threads"
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS