2021-02-11 16:54:50 +08:00
|
|
|
{
|
|
|
|
"name": "freerdp",
|
2022-12-15 02:55:29 +08:00
|
|
|
"version": "2.9.0",
|
2021-02-11 16:54:50 +08:00
|
|
|
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
|
|
|
|
"homepage": "https://github.com/FreeRDP/FreeRDP",
|
2022-02-15 04:40:39 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-02-11 16:54:50 +08:00
|
|
|
"supports": "!(arm | uwp)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "glib",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2021-11-30 09:05:12 +08:00
|
|
|
"openssl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-02-11 16:54:50 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-12-15 02:55:29 +08:00
|
|
|
"server": {
|
|
|
|
"description": "With server"
|
|
|
|
},
|
2021-02-11 16:54:50 +08:00
|
|
|
"urbdrc": {
|
|
|
|
"description": "USB redirection channel support",
|
|
|
|
"dependencies": [
|
|
|
|
"libusb"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|