Config.in 658 B

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