diff options
| author | Jeremy <549134163@qq.com> | 2019-05-05 09:35:25 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-05-04 18:35:25 -0700 |
| commit | 4c7f464233fd50f7a41e4cb97d4cf311213ecc54 (patch) | |
| tree | 54268cebfb834016f4e2eee18986e5830b3eae27 /ports/gdal/CONTROL | |
| parent | 5ea9105f15af8d79d257d8439dd81420d9c85643 (diff) | |
| download | vcpkg-4c7f464233fd50f7a41e4cb97d4cf311213ecc54.tar.gz vcpkg-4c7f464233fd50f7a41e4cb97d4cf311213ecc54.zip | |
[gdal] Add libspatialite build-dependency (#6251)
* add libspatialite for gdal
* add libspatialite
* Bump version
* Add libspatialite as feature
* Do not use gen expressions as nmake does not support
Diffstat (limited to 'ports/gdal/CONTROL')
| -rw-r--r-- | ports/gdal/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index d5b84019f..9169b8344 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -6,3 +6,7 @@ Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libweb Feature: mysql-libmariadb Build-Depends: libmariadb Description: Add mysql support using libmariadb + +Feature: libspatialite +Build-Depends: libspatialite +Description: Create or update SpatiaLite databases using libspatialite |
