kumquat-buildroot/package/libgeotiff/Config.in
Bernd Kuhls 1edf0383a6 package/libgeotiff: bump version to 1.5.1
Removed patches applied upstream:
2fbae8298d
b5895ac935
edc9ec69b4

Updated upstream URL in Config.in due to the upstream switch to github:
https://trac.osgeo.org/geotiff/

Updated license hash after upstream commit:
e3dd2e1bf1

proj 6 is now a mandatory dependency:
a052681788

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-07 23:00:27 +02:00

14 lines
408 B
Plaintext

config BR2_PACKAGE_LIBGEOTIFF
bool "libgeotiff"
depends on BR2_TOOLCHAIN_HAS_THREADS # proj
select BR2_PACKAGE_PROJ
select BR2_PACKAGE_TIFF
help
Libgeotiff is an open source library normally hosted on top of
libtiff for reading, and writing GeoTIFF information tags.
https://github.com/OSGeo/libgeotiff
comment "libgeotiff needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS