Config.in 630 B

123456789101112131415161718
  1. config 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. http://libopenraw.freedesktop.org/wiki/Exempi
  14. comment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar"
  15. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
  16. !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR