xref: /OK3568_Linux_fs/buildroot/package/libgeotiff/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGEOTIFF
2*4882a593Smuzhiyun	bool "libgeotiff"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # proj
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # proj
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # proj
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # proj
7*4882a593Smuzhiyun	select BR2_PACKAGE_PROJ
8*4882a593Smuzhiyun	select BR2_PACKAGE_TIFF
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Libgeotiff is an open source library normally hosted on top of
11*4882a593Smuzhiyun	  libtiff for reading, and writing GeoTIFF information tags.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/OSGeo/libgeotiff
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "libgeotiff needs a toolchain w/ C++, gcc >= 4.7, threads, wchar"
16*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
17*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
18*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
19