mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:11:38 +08:00
38c741f390
* [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
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
Source: gdal
|
|
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, 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
|