mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
d264b0eb1d
* [freerdp] Fix include path * [freerdp] update port version * [freerdp] Partial revert of remove include fixup Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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"
|
|
]
|
|
}
|
|
}
|
|
}
|