mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:47:50 +08:00
eecbe2a571
* Do not use pkg-config for finding OpenSSL Do not use libuv when building for Emscripten (cherry picked from commit f541d3265a00f31a91a56ed25096a0ad476fd2a9) * Remove redundant flag * Update versions * Update versions * Fix patch * Update versions Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
26 lines
605 B
JSON
26 lines
605 B
JSON
{
|
|
"name": "libwebsockets",
|
|
"version-semver": "4.3.0",
|
|
"port-version": 1,
|
|
"description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.",
|
|
"homepage": "https://github.com/warmcat/libwebsockets",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuv",
|
|
"platform": "!emscripten"
|
|
},
|
|
"openssl",
|
|
"pthreads",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|