[websocketpp] Add features to build without boost (#16675)

Run vcpkg x-add-version

Change version-string to version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Roll boost-asio, openssl and zlip into a single feature

Overwrite version
This commit is contained in:
Joe Noël 2021-03-23 21:42:28 +00:00 committed by GitHub
parent 9327b5c5bf
commit 3166bcc15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 6 deletions

View File

@ -1,5 +0,0 @@
Source: websocketpp
Version: 0.8.2
Build-Depends: zlib, openssl, boost-asio
Homepage: https://github.com/zaphoyd/websocketpp
Description: Library that implements RFC6455 The WebSocket Protocol

View File

@ -0,0 +1,21 @@
{
"name": "websocketpp",
"version": "0.8.2",
"port-version": 1,
"description": "Library that implements RFC6455 The WebSocket Protocol",
"homepage": "https://github.com/zaphoyd/websocketpp",
"documentation": "http://docs.websocketpp.org/",
"default-features": [
"recommended"
],
"features": {
"recommended": {
"description": "Use recommended dependencies",
"dependencies": [
"boost-asio",
"openssl",
"zlib"
]
}
}
}

View File

@ -6246,7 +6246,7 @@
},
"websocketpp": {
"baseline": "0.8.2",
"port-version": 0
"port-version": 1
},
"wepoll": {
"baseline": "1.5.8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "495a31980417d3ca202b50c1951012d699af21f6",
"version": "0.8.2",
"port-version": 1
},
{
"git-tree": "c717c6c7fe929ef1c9cc7b2250e78700326940c4",
"version-string": "0.8.2",