aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atkmm/vcpkg.json
blob: d90046625b0cff59c828c7cd684ad800168e73fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "atkmm",
  "version": "2.36.3",
  "description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.",
  "homepage": "https://www.gtkmm.org",
  "license": "LGPL-2.1-or-later",
  "supports": "!xbox",
  "dependencies": [
    "atk",
    "gettext",
    "glib",
    "glibmm",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}