aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxaw/vcpkg.json
blob: 2d52f48c9032a5ed032808d695d547f85aeb8713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libxaw",
  "version": "1.0.13",
  "port-version": 1,
  "description": "X Athena Widget Set, based on the X Toolkit Intrinsics (Xt) Library",
  "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxaw",
  "license": null,
  "supports": "!windows | !staticcrt",
  "dependencies": [
    "bzip2",
    "libx11",
    "libxext",
    "libxmu",
    "libxpm",
    "libxt",
    "xorg-macros",
    "xproto"
  ]
}