aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxt/vcpkg.json
blob: 1376103c4d016cb4f6971f517e058b0f7611d526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "libxt",
  "version": "1.3.0",
  "description": "X Toolkit Intrinsics library",
  "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxt",
  "license": null,
  "dependencies": [
    "bzip2",
    "glib",
    "libice",
    "libsm",
    "libx11",
    {
      "name": "libxt",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    "xorg-macros",
    "xproto"
  ]
}