aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxkbcommon/vcpkg.json
blob: 30e85a783f36b34adb577eb1c86aa1deb3af1441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libxkbcommon",
  "version": "1.7.0",
  "description": "keymap handling library for toolkits and window systems",
  "homepage": "https://xkbcommon.org/",
  "license": null,
  "dependencies": [
    "getopt",
    "libx11",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    {
      "name": "wayland",
      "platform": "linux"
    },
    "xcb",
    "xcb-render-util"
  ]
}