mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:29:15 +08:00
1ab6c8c7fa
* [libevent] Fix' install failure empty bin/ folder * update version * fixed if condition * updated version database * update version * update port-version * update version * add port version * update version * revert libevent.json * update baseline.json * update baseline.json * update baseline.json * update baseline.json * fix usage * update version * apply review advice * update version Co-authored-by: silverqx <silver.zachara@gmail.com>
39 lines
701 B
JSON
39 lines
701 B
JSON
{
|
|
"name": "libevent",
|
|
"version": "2.1.12",
|
|
"port-version": 4,
|
|
"description": "An event notification library",
|
|
"homepage": "https://github.com/libevent/libevent",
|
|
"supports": "!uwp",
|
|
"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"
|
|
}
|
|
}
|
|
}
|