aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/at-spi2-atk/vcpkg.json
blob: 232abaf70b442667c32e978538be121b9b4d3fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "at-spi2-atk",
  "version": "2.38.0",
  "port-version": 1,
  "description": "Implementation of the ATK interfaces in terms of the libatspi2 API.",
  "homepage": "https://www.gtk.org/",
  "license": null,
  "supports": "linux",
  "dependencies": [
    "at-spi2-core",
    "atk",
    {
      "name": "dbus",
      "platform": "linux"
    },
    "libxml2",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}