Blame view

buildroot/buildroot-2016.08.1/package/libfreeimage/Config.in 709 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  config BR2_PACKAGE_LIBFREEIMAGE
  	bool "libfreeimage"
  	depends on BR2_INSTALL_LIBSTDCPP
  	depends on !BR2_STATIC_LIBS
  	depends on BR2_USE_WCHAR
  	# compiler issue: "Error: invalid register number `63'"
  	depends on !BR2_arc
  	# Numerous build issues
  	depends on !BR2_bfin
  	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
  
  comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
  	depends on !BR2_arc
  	depends on !BR2_bfin
  	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR