vcpkg/ports/freerdp/vcpkg.json
JonLiu1993 abb575484e
[freerdp] update to 2.7 (#25688)
* [freerdp] update to 2.7

* update evrsion
2022-07-12 11:09:23 -07:00

32 lines
614 B
JSON

{
"name": "freerdp",
"version": "2.7.0",
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
"homepage": "https://github.com/FreeRDP/FreeRDP",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "glib",
"platform": "!windows"
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"urbdrc": {
"description": "USB redirection channel support",
"dependencies": [
"libusb"
]
}
}
}