Config.in 807 B

1234567891011121314151617181920212223242526272829
  1. config BR2_PACKAGE_LENSFUN
  2. bool "lensfun"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR # libglib2
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  6. depends on BR2_USE_MMU # libglib2
  7. select BR2_PACKAGE_LIBGLIB2
  8. help
  9. Lensfun itself is only a library for correcting several
  10. artefacts and a database for storing lens profiles. To
  11. actually use Lensfun to process your images you need an
  12. image editing application with Lensfun support.
  13. http://lensfun.sourceforge.net
  14. if BR2_PACKAGE_LENSFUN
  15. config BR2_PACKAGE_LENSFUN_TOOLS
  16. bool "lensfun tools"
  17. select BR2_PACKAGE_LIBPNG
  18. help
  19. Build 'lenstool'.
  20. endif
  21. comment "lensfun needs a toolchain w/ C++, threads, wchar"
  22. depends on BR2_USE_MMU
  23. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
  24. || !BR2_USE_WCHAR