mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 00:41:37 +08:00
24 lines
486 B
JSON
24 lines
486 B
JSON
|
{
|
||
|
"name": "freerdp",
|
||
|
"version-semver": "2.2.0",
|
||
|
"port-version": 1,
|
||
|
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
||
|
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "glib",
|
||
|
"platform": "!windows"
|
||
|
},
|
||
|
"openssl"
|
||
|
],
|
||
|
"features": {
|
||
|
"urbdrc": {
|
||
|
"description": "USB redirection channel support",
|
||
|
"dependencies": [
|
||
|
"libusb"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|