2015-04-13 11:16:38 +02:00
|
|
|
config BR2_PACKAGE_LIBFREEIMAGE
|
|
|
|
bool "libfreeimage"
|
2015-04-15 22:36:12 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-04-13 11:16:38 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-07-29 12:46:26 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2015-05-03 14:37:50 +02:00
|
|
|
# compiler issue: "Error: invalid register number `63'"
|
|
|
|
depends on !BR2_arc
|
|
|
|
# Numerous build issues
|
|
|
|
depends on !BR2_bfin
|
2015-04-13 11:16:38 +02:00
|
|
|
help
|
|
|
|
FreeImage is an Open Source library project for developers who
|
|
|
|
would like to support popular graphics image formats like PNG,
|
|
|
|
BMP, JPEG, TIFF and others as needed by today's multimedia
|
|
|
|
applications.
|
|
|
|
|
|
|
|
http://freeimage.sourceforge.net
|
|
|
|
|
2015-07-29 12:46:26 +02:00
|
|
|
comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
|
2015-05-03 14:37:50 +02:00
|
|
|
depends on !BR2_arc
|
|
|
|
depends on !BR2_bfin
|
2015-07-29 12:46:26 +02:00
|
|
|
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|