Config.in 640 B

123456789101112131415161718
  1. config 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. http://freeimage.sourceforge.net
  14. comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
  15. depends on !BR2_arc
  16. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR