1edf0383a6
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>
14 lines
408 B
Plaintext
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
|