diff options
| author | hlysunnaram <hlysunnaram@users.noreply.github.com> | 2018-10-13 00:12:15 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-12 15:12:15 -0700 |
| commit | 38c741f390e151ba44cac9726ffca95194440bcf (patch) | |
| tree | 41def23553ae8d6142d53cd04958be908112b62d /ports/gdal/CONTROL | |
| parent | 7a3cc8db7f63236104e9742fc2c27ee1d882b0c6 (diff) | |
| download | vcpkg-38c741f390e151ba44cac9726ffca95194440bcf.tar.gz vcpkg-38c741f390e151ba44cac9726ffca95194440bcf.zip | |
[gdal] update port to 2.3.2 and mysql support as port feature (#4413)
* [gdal] update port from 2.3.0 to 2.3.2
* [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set
* [gdal] remove libmysql dependency from port core to allow x86 build
* create new port features: mysql-libmysql and mysql-libmariadb
* add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
Diffstat (limited to 'ports/gdal/CONTROL')
| -rw-r--r-- | ports/gdal/CONTROL | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index 7db6156aa..7686d13ab 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,4 +1,13 @@ Source: gdal -Version: 2.3.0-2 +Version: 2.3.2 Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. -Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, libmysql, openjpeg, libwebp, libxml2, liblzma +Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma +Default-Features: mysql-libmysql + +Feature: mysql-libmysql +Build-Depends: libmysql +Description: Add mysql support using libmysql + +Feature: mysql-libmariadb +Build-Depends: libmariadb +Description: Add mysql support using libmariadb |
