aboutsummaryrefslogtreecommitdiff
path: root/ports/pango/vcpkg.json
blob: f07410236817548e0207b9d11289a859727bd515 (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
29
30
31
32
{
  "name": "pango",
  "version": "1.48.4",
  "port-version": 1,
  "description": "Text and font handling library.",
  "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
  "dependencies": [
    {
      "name": "cairo",
      "features": [
        "gobject"
      ]
    },
    "fontconfig",
    "freetype",
    "fribidi",
    "gettext",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "harfbuzz",
    {
      "name": "harfbuzz",
      "features": [
        "coretext"
      ],
      "platform": "osx"
    }
  ]
}