aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xcb-proto/vcpkg.json
blob: 24100f36c7fb7d4a656e264d999011701cacc099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "xcb-proto",
  "version": "1.14.1",
  "port-version": 2,
  "description": "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions",
  "homepage": "https://xcb.freedesktop.org/",
  "license": "X11-distribute-modifications-variant",
  "dependencies": [
    "bzip2",
    {
      "name": "libxml2",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "xorg-macros"
  ]
}