diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-05-21 05:20:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 14:20:37 -0700 |
| commit | ac2233abc693459d2fb83fac5442cae4bdbf5a24 (patch) | |
| tree | b8e022c3b9984507a97b8cf2832e91a956925ae4 /ports/grpc/CONTROL | |
| parent | 92ea5970ed80db5f609bcf2686001745a18cc748 (diff) | |
| download | vcpkg-ac2233abc693459d2fb83fac5442cae4bdbf5a24.tar.gz vcpkg-ac2233abc693459d2fb83fac5442cae4bdbf5a24.zip | |
[grpc] Add feature absl-sync (#10307)
* [grpc] Update to 1.28.0 and add feature absl-sync
* Update to 1.28.1 and fix linkage issues
Diffstat (limited to 'ports/grpc/CONTROL')
| -rw-r--r-- | ports/grpc/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/grpc/CONTROL b/ports/grpc/CONTROL index 452fc7c45..8c1df3be4 100644 --- a/ports/grpc/CONTROL +++ b/ports/grpc/CONTROL @@ -1,5 +1,8 @@ Source: grpc -Version: 1.28.1 +Version: 1.28.1-1 Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil Homepage: https://github.com/grpc/grpc Description: An RPC library and framework + +Feature: absl-sync +Description: Use abseil synchronization module
\ No newline at end of file |
