diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-05-24 22:12:37 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-05-24 22:14:31 +0200 |
commit | 109f022e9d8937eeaaada5fd0350b77b888b3949 (patch) | |
tree | 5a01adf229bddb09ee72db35a8f7cd050bd753b2 /gnu/packages/geo.scm | |
parent | c10679f5f1af6a825612fb3c59a81bca7c5d0f02 (diff) | |
download | guix-109f022e9d8937eeaaada5fd0350b77b888b3949.tar guix-109f022e9d8937eeaaada5fd0350b77b888b3949.tar.gz |
gnu: gdal: Fix configure flags.
* gnu/packages/geo.scm (gdal)[arguments]: Fix configure flags.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 9995ff3e88..2b655c22cf 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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") |