mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:59:02 +08:00
fa1bbe097b
* feat: [FreeRDP] update to 2.3.2 * fix: vcpkg_fixup_pkgconfig * fix: the error for pkgconfig checking. * fix: ./vcpkg x-add-version --overwrite-version freerdp * [freerdp] Minimizing patching by hooking install * feat: just add space to let it compile again to have a try. * feat: rollback to compiled version. * feat: x-add-version * fix: remove the useless code. * Update versions/f-/freerdp.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "freerdp",
|
|
"version-semver": "2.3.2",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|