gnu: gdal: Fix configure flags.
* gnu/packages/geo.scm (gdal)[arguments]: Fix configure flags.
This commit is contained in:
parent
c10679f5f1
commit
109f022e9d
@ -656,7 +656,7 @@ including functions for geolocation and routing.")
|
||||
(with "--with-png" "libpng")
|
||||
(with "--with-webp" "libwebp")
|
||||
(with "--with-gif" "giflib")
|
||||
(with "--with-jpeg" "libjpeg")
|
||||
(with "--with-jpeg" "libjpeg-turbo")
|
||||
(with "--with-libtiff" "libtiff")
|
||||
(with "--with-geotiff" "libgeotiff")
|
||||
(with "--with-libz" "zlib")
|
||||
|
Loading…
Reference in New Issue
Block a user