aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libx11/vcpkg.json
blob: 44c4128484ff5286e535b24ac1e180d1fd52081d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "libx11",
  "version": "1.8.1",
  "port-version": 4,
  "description": "The X Window System is a network-transparent window system that was designed at MIT.",
  "homepage": "https://www.x.org/wiki/",
  "license": "MIT",
  "dependencies": [
    "bzip2",
    {
      "name": "libx11",
      "host": true
    },
    {
      "name": "libxslt",
      "host": true
    },
    "xcb",
    "xproto",
    "xtrans"
  ]
}