aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pango/vcpkg.json
blob: 91e9a62d2a563a074b244c749dfaacc85b945e49 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "name": "pango",
  "version": "1.56.1",
  "port-version": 2,
  "description": "Text and font handling library.",
  "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
  "license": "LGPL-2.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "cairo",
      "features": [
        "gobject"
      ]
    },
    "fontconfig",
    "freetype",
    "fribidi",
    {
      "name": "gettext",
      "host": true,
      "default-features": false,
      "features": [
        "tools"
      ]
    },
    "gettext-libintl",
    "glib",
    {
      "name": "glib",
      "host": true
    },
    "harfbuzz",
    {
      "name": "harfbuzz",
      "features": [
        "coretext"
      ],
      "platform": "osx"
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "features": {
    "introspection": {
      "description": "Build with introspection",
      "supports": "!static",
      "dependencies": [
        "gobject-introspection",
        {
          "name": "harfbuzz",
          "default-features": false,
          "features": [
            "introspection"
          ]
        }
      ]
    }
  }
}