mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
[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:
parent
9327b5c5bf
commit
3166bcc15b
@ -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
|
21
ports/websocketpp/vcpkg.json
Normal file
21
ports/websocketpp/vcpkg.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -6246,7 +6246,7 @@
|
||||
},
|
||||
"websocketpp": {
|
||||
"baseline": "0.8.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"wepoll": {
|
||||
"baseline": "1.5.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "495a31980417d3ca202b50c1951012d699af21f6",
|
||||
"version": "0.8.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "c717c6c7fe929ef1c9cc7b2250e78700326940c4",
|
||||
"version-string": "0.8.2",
|
||||
|
Loading…
Reference in New Issue
Block a user