xref: /OK3568_Linux_fs/buildroot/package/graphicsmagick/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
13	  http://www.graphicsmagick.org/
14
15comment "graphicsmagick needs a toolchain w/ threads"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS
18