1config BR2_PACKAGE_EXEMPI 2 bool "exempi" 3 depends on !BR2_STATIC_LIBS # dlfcn.h 4 depends on BR2_INSTALL_LIBSTDCPP 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 depends on BR2_USE_WCHAR 7 select BR2_PACKAGE_EXPAT 8 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 9 select BR2_PACKAGE_ZLIB 10 help 11 Exempi is an implementation of XMP (Extensible Metadata 12 Platform). Version 2.x is based on Adobe XMP SDK. 13 14 http://libopenraw.freedesktop.org/wiki/Exempi 15 16comment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar" 17 depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \ 18 !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR 19