aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fontconfig/vcpkg.json
blob: c43e69bf2aed3b2bd34b3680402444427cb7da8b (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
{
  "name": "fontconfig",
  "version": "2.15.0",
  "port-version": 4,
  "description": "Library for configuring and customizing font access.",
  "homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "dirent",
    "expat",
    {
      "name": "freetype",
      "default-features": false
    },
    {
      "name": "gperf",
      "host": true
    },
    {
      "name": "libiconv",
      "platform": "!windows"
    },
    {
      "name": "libuuid",
      "platform": "!osx & !windows"
    },
    {
      "name": "pthread",
      "platform": "!emscripten & !windows"
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "features": {
    "nls": {
      "description": "Native languages support",
      "dependencies": [
        {
          "name": "gettext",
          "host": true,
          "default-features": false,
          "features": [
            "tools"
          ]
        },
        "gettext-libintl"
      ]
    },
    "tools": {
      "description": "Build tools",
      "supports": "!emscripten",
      "dependencies": [
        "getopt"
      ]
    }
  }
}