aboutsummaryrefslogtreecommitdiff
path: root/ports/ace/CONTROL
diff options
context:
space:
mode:
authorFlorin Crișan <florin.crisan@gmail.com>2019-05-09 23:28:04 +0300
committerPhil Christensen <philc@microsoft.com>2019-05-09 13:28:04 -0700
commite36d550dd4c1bcc2f8a1aabbd6ce9d394bad8603 (patch)
treeeed414c0ce1a7c2148904ef4110e7c02413cf84c /ports/ace/CONTROL
parent34cadd0b0435e9d4606f95725a4dbd3b2198ce0a (diff)
downloadvcpkg-e36d550dd4c1bcc2f8a1aabbd6ce9d394bad8603.tar.gz
vcpkg-e36d550dd4c1bcc2f8a1aabbd6ce9d394bad8603.zip
[ace] Add support for features (ssl, wchar, xml) #6372 (#6376)
Diffstat (limited to 'ports/ace/CONTROL')
-rw-r--r--ports/ace/CONTROL10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL
index 9d4d36cd5..8b76f644a 100644
--- a/ports/ace/CONTROL
+++ b/ports/ace/CONTROL
@@ -1,3 +1,13 @@
Source: ace
Version: 6.5.5-1
Description: The ADAPTIVE Communication Environment
+
+Feature: wchar
+Description: Enable extra wide char functions in ACE
+
+Feature: ssl
+Description: Enable SSL/TLS features in ACE
+Build-Depends: openssl
+
+Feature: xml
+Description: Enable XML features in ACE