2011-08-06 23:55:07 +02:00
|
|
|
config BR2_PACKAGE_LIBGEOTIFF
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "libgeotiff"
|
2019-10-06 15:47:35 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # proj
|
|
|
|
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
|
|
|
|
|
|
|
|
comment "libgeotiff needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|