xref: /OK3568_Linux_fs/buildroot/package/libfreeimage/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBFREEIMAGE
2	bool "libfreeimage"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on !BR2_STATIC_LIBS
5	depends on BR2_USE_WCHAR
6	# compiler issue: "Error: invalid register number `63'"
7	depends on !BR2_arc
8	help
9	  FreeImage is an Open Source library project for developers who
10	  would like to support popular graphics image formats like PNG,
11	  BMP, JPEG, TIFF and others as needed by today's multimedia
12	  applications.
13
14	  http://freeimage.sourceforge.net
15
16comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
17	depends on !BR2_arc
18	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
19