diff options
| author | Jackie Ng <jumpinjackie@gmail.com> | 2017-04-29 00:54:01 +1000 |
|---|---|---|
| committer | Jackie Ng <jumpinjackie@gmail.com> | 2017-04-29 00:54:01 +1000 |
| commit | 83686b514c9f3c99ef19d7db0863eb3c12d3cc89 (patch) | |
| tree | b5f1a7a7a0f750aa9d6d6948e472ddc5b9daa928 /ports/gdal/CONTROL | |
| parent | 5d3f6a79b441b6a614debd63c9990170eb772625 (diff) | |
| download | vcpkg-83686b514c9f3c99ef19d7db0863eb3c12d3cc89.tar.gz vcpkg-83686b514c9f3c99ef19d7db0863eb3c12d3cc89.zip | |
[gdal]: Build with support for sqlite3, curl, expat, libpq and libmysql sibling ports. This activates GDAL support for 14 additional vector data formats and 6 additonal raster data formats
Diffstat (limited to 'ports/gdal/CONTROL')
| -rw-r--r-- | ports/gdal/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index c6685e28d..ed4a31246 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,4 +1,4 @@ Source: gdal -Version: 1.11.3-2 +Version: 1.11.3-3 Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. -Build-Depends: proj, libpng, geos +Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, libmysql |
