aboutsummaryrefslogtreecommitdiff
path: root/ports/freerdp/vcpkg.json
blob: 7186615cda4255f8c42814fe8f2579c6b6cd8d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "freerdp",
  "version-semver": "2.4.0",
  "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"
      ]
    }
  }
}