2018-12-18 19:11:02 +01:00
|
|
|
config BR2_PACKAGE_EXEMPI
|
|
|
|
bool "exempi"
|
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2019-01-05 23:47:27 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2018-12-18 19:11:02 +01:00
|
|
|
select BR2_PACKAGE_EXPAT
|
2019-01-16 22:46:18 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2018-12-18 19:11:02 +01:00
|
|
|
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
|
|
|
|
|
2019-01-06 21:25:06 +01:00
|
|
|
comment "exempi needs a toolchain w/ C++, dynamic library, threads"
|
2019-01-05 23:47:27 +01:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|