Config.in 608 B

1234567891011121314151617
  1. config BR2_PACKAGE_GRAPHICSMAGICK
  2. bool "graphicsmagick"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. GraphicsMagick is the swiss army knife of image processing.
  7. It provides a robust and efficient collection of tools
  8. and libraries which support reading, writing,
  9. and manipulating an image in over 89 major formats
  10. including important formats like DPX, GIF, JPEG, JPEG-2000,
  11. PNG, PDF, PNM, TIFF, and WebP.
  12. http://www.graphicsmagick.org/
  13. comment "graphicsmagick needs a toolchain w/ threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS