vcpkg/ports/libevent/vcpkg.json
Paweł Wegner 959f8e3175
libevent: update to version at head and enable uwp support. (#29341)
Tagged release is +2 years old, fix-android-threads patch got upstreamed so it
is no longer necessary here. Also, includes a small patch which makes it
build on uwp.
2023-02-15 10:21:34 -08:00

38 lines
696 B
JSON

{
"name": "libevent",
"version": "2.1.12+20230128",
"description": "An event notification library",
"homepage": "https://github.com/libevent/libevent",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"thread"
],
"features": {
"openssl": {
"description": "Support for openssl",
"dependencies": [
{
"name": "libevent",
"features": [
"thread"
]
},
"openssl"
]
},
"thread": {
"description": "Support for thread"
}
}
}