vcpkg/ports/freerdp/vcpkg.json
Thomas1664 b9f17f579a
[Freerdp] Update to 2.5.0 (#23095)
* [freedrp] Update to 2.5.0

* version
2022-02-14 12:40:39 -08:00

32 lines
614 B
JSON

{
"name": "freerdp",
"version": "2.5.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"
]
}
}
}