04fb278731e91b6ad347f8b8a426762d7e69b8f7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libfreeimage / Config.in
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
15           http://freeimage.sourceforge.net
16
17 comment "libfreeimage needs a toolchain w/ C++, dynamic library"
18         depends on !BR2_arc
19         depends on !BR2_bfin
20         depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP