mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:33:03 +08:00
[google-cloud-cpp] fix feature dependencies (#27001)
* [google-cloud-cpp] fix feature dependencies * Add missing 'osconfig' feature * Fix versions
This commit is contained in:
parent
51685e17d6
commit
7acd91abc2
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version": "2.2.0",
|
||||
"port-version": 1,
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
@ -105,7 +106,9 @@
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
"accesscontextmanager",
|
||||
"grpc-common",
|
||||
"osconfig"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -201,6 +204,7 @@
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grafeas",
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
@ -274,6 +278,7 @@
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grafeas",
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
@ -460,6 +465,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"grafeas": {
|
||||
"description": "Protocol buffers implementing the 'Grafeas API' (metadata about software artifacts)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"grpc-common": {
|
||||
"description": "Dependencies used by all gRPC-based libraries",
|
||||
"dependencies": [
|
||||
@ -643,6 +660,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"osconfig": {
|
||||
"description": "Cloud OS Config API C++ Client library",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"grpc-common"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"oslogin": {
|
||||
"description": "Cloud OS Login API C++ Client Library",
|
||||
"dependencies": [
|
||||
|
@ -2690,7 +2690,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1787308d659051c50c95298d855cd7ad5308d8b4",
|
||||
"version": "2.2.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "47537b3b241e2f6a757553ad9475c44c7e13eb01",
|
||||
"version": "2.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user