diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-11-19 11:42:34 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-11-19 11:42:34 -0800 |
| commit | 058f6e2a35e76ee19fc1d448503efe8a7b8c041f (patch) | |
| tree | 7db52b562fc20b65e8bd198cc1d8d5a4005ac766 /ports/libevent/CONTROL | |
| parent | ff6a725392fcffa647880293e4c0a1352f0d3473 (diff) | |
| download | vcpkg-058f6e2a35e76ee19fc1d448503efe8a7b8c041f.tar.gz vcpkg-058f6e2a35e76ee19fc1d448503efe8a7b8c041f.zip | |
[libevent] add features (#8349)
* [libevent] add features
* Update version
* Add libevent[openssl] dependent for evpp
* Update CONTROL file
Diffstat (limited to 'ports/libevent/CONTROL')
| -rw-r--r-- | ports/libevent/CONTROL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ports/libevent/CONTROL b/ports/libevent/CONTROL index a05a77edd..59ee136dd 100644 --- a/ports/libevent/CONTROL +++ b/ports/libevent/CONTROL @@ -1,5 +1,12 @@ Source: libevent
-Version: 2.1.11
+Version: 2.1.11-1
Build-Depends: openssl
Homepage: https://github.com/libevent/libevent
Description: An event notification library
+
+Feature: openssl
+Description: Support for openssl
+Build-Depends: openssl
+
+Feature: thread
+Description: Support for thread
\ No newline at end of file |
