aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-05-21 05:20:37 +0800
committerGitHub <noreply@github.com>2020-05-20 14:20:37 -0700
commitac2233abc693459d2fb83fac5442cae4bdbf5a24 (patch)
treeb8e022c3b9984507a97b8cf2832e91a956925ae4 /ports/grpc/CONTROL
parent92ea5970ed80db5f609bcf2686001745a18cc748 (diff)
downloadvcpkg-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/CONTROL5
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