2011-08-06 23:55:07 +02:00
|
|
|
config BR2_PACKAGE_LIBGEOTIFF
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "libgeotiff"
|
2019-10-08 19:04:31 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # proj
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # proj
|
2019-10-06 15:47:35 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # proj
|
2019-10-14 04:20:42 +02:00
|
|
|
depends on BR2_USE_WCHAR # proj
|
2019-10-06 15:47:35 +02:00
|
|
|
select BR2_PACKAGE_PROJ
|
2013-11-11 17:23:23 +01:00
|
|
|
select BR2_PACKAGE_TIFF
|
|
|
|
help
|
|
|
|
Libgeotiff is an open source library normally hosted on top of
|
|
|
|
libtiff for reading, and writing GeoTIFF information tags.
|
2011-08-06 23:55:07 +02:00
|
|
|
|
2019-10-06 15:47:35 +02:00
|
|
|
https://github.com/OSGeo/libgeotiff
|
|
|
|
|
2019-10-14 04:20:42 +02:00
|
|
|
comment "libgeotiff needs a toolchain w/ C++, gcc >= 4.7, threads, wchar"
|
2019-10-08 19:04:31 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
2019-10-14 04:20:42 +02:00
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
|
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|