mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 04:31:37 +08:00
5b539db37e
* [gdal] Add feature 'kea' * [gdal] Accept (vcpkg) interface and alias targets
45 lines
795 B
JSON
45 lines
795 B
JSON
{
|
|
"name": "vcpkg-ci-gdal",
|
|
"version-date": "2023-12-21",
|
|
"description": "Port to force features of certain ports within CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"freexl"
|
|
]
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"postgresql"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"cfitsio",
|
|
"kea"
|
|
],
|
|
"platform": "native"
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"mysql-libmariadb"
|
|
],
|
|
"platform": "windows & x86"
|
|
},
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"aws-ec2-windows"
|
|
],
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|