python: fix disabling the SSL module
[buildroot-gz.git] / package / libfreeimage / Config.in
blob4b462cb633b41cdf8cad3d4b067e76c0158a0ca2
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         # Numerous build issues
9         depends on !BR2_bfin
10         help
11           FreeImage is an Open Source library project for developers who
12           would like to support popular graphics image formats like PNG,
13           BMP, JPEG, TIFF and others as needed by today's multimedia
14           applications.
16           http://freeimage.sourceforge.net
18 comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
19         depends on !BR2_arc
20         depends on !BR2_bfin
21         depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR