aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pangomm/vcpkg.json
blob: aeea645a945a8c53cb7003522c279d585371a37c (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
25
26
27
28
{
  "name": "pangomm",
  "version": "2.56.1",
  "port-version": 1,
  "description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
  "homepage": "https://gitlab.gnome.org/GNOME/pangomm",
  "license": "LGPL-2.1-or-later",
  "supports": "!xbox",
  "dependencies": [
    "cairo",
    "cairomm",
    "fontconfig",
    "freetype",
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "glibmm",
    "harfbuzz",
    "pango",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}