aboutsummaryrefslogtreecommitdiff
path: root/ports/fontconfig/vcpkg.json
blob: c0e13fdb83c94aec4c1dfc4f7f28437c1c469047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "fontconfig",
  "version": "2.13.94",
  "description": "Library for configuring and customizing font access.",
  "homepage": "https://www.freedesktop.org/software/fontconfig/front.html",
  "dependencies": [
    "dirent",
    "expat",
    "freetype",
    "gettext",
    "json-c",
    "libiconv",
    {
      "name": "libuuid",
      "platform": "!windows & !osx & !mingw"
    },
    "pthread"
  ]
}