diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-05 18:46:09 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-06 14:44:01 -0700 |
| commit | 997fddb3c1a3acb7579e1fe0ab82436b227a0dc4 (patch) | |
| tree | 55bd0b7192df84b2e13bef54a7edcc59c93b0f98 /ports/aws-sdk-cpp/CONTROL | |
| parent | 89201f4aecdfefb2cc456b4f71e9dcf63c1d93c9 (diff) | |
| download | vcpkg-997fddb3c1a3acb7579e1fe0ab82436b227a0dc4.tar.gz vcpkg-997fddb3c1a3acb7579e1fe0ab82436b227a0dc4.zip | |
[aws-sdk-cpp] Fix linux
Diffstat (limited to 'ports/aws-sdk-cpp/CONTROL')
| -rw-r--r-- | ports/aws-sdk-cpp/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/aws-sdk-cpp/CONTROL b/ports/aws-sdk-cpp/CONTROL index b6a7785f2..2d6642faa 100644 --- a/ports/aws-sdk-cpp/CONTROL +++ b/ports/aws-sdk-cpp/CONTROL @@ -1,6 +1,7 @@ Source: aws-sdk-cpp -Version: 1.4.30 +Version: 1.4.30-1 Description: AWS SDK for C++ +Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows) Default-Features: dynamodb, ec2, kms, rds, s3, sns, sqs # Automatically generated by generateFeatures.ps1 @@ -103,6 +104,9 @@ Description: C++ SDK for the AWS comprehend service Feature: config Description: C++ SDK for the AWS config service +Feature: connect +Description: C++ SDK for the AWS connect service + Feature: cur Description: C++ SDK for the AWS cur service |
