gnu: gdal: Enable GPKG format driver.
* gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite. [arguments]: Add --with-sqlite3 to #:configure-flags.
This commit is contained in:
parent
0f05435682
commit
838db4fcc7
1 changed files with 2 additions and 0 deletions
|
@ -609,6 +609,7 @@ development.")
|
||||||
(with "--with-geotiff" "libgeotiff")
|
(with "--with-geotiff" "libgeotiff")
|
||||||
(with "--with-libz" "zlib")
|
(with "--with-libz" "zlib")
|
||||||
(with "--with-expat" "expat")
|
(with "--with-expat" "expat")
|
||||||
|
(with "--with-sqlite3" "sqlite")
|
||||||
"--with-pcre"))
|
"--with-pcre"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -629,6 +630,7 @@ development.")
|
||||||
("libwebp" ,libwebp)
|
("libwebp" ,libwebp)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("proj" ,proj)
|
("proj" ,proj)
|
||||||
|
("sqlite" ,sqlite)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://www.gdal.org/")
|
(home-page "http://www.gdal.org/")
|
||||||
(synopsis "Raster and vector geospatial data format library")
|
(synopsis "Raster and vector geospatial data format library")
|
||||||
|
|
Reference in a new issue