vcpkg/ports/fontconfig/vcpkg.json
Alonso Schaich 806109919f
[fontconfig] update to 2.14.2 (#30840)
* Update to 2.14.2 (microsoft#30838)

* regenerate version registries (microsoft#30838)
2023-04-14 13:13:48 -07:00

29 lines
544 B
JSON

{
"name": "fontconfig",
"version": "2.14.2",
"description": "Library for configuring and customizing font access.",
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
"license": "MIT",
"dependencies": [
"dirent",
"expat",
"freetype",
"getopt",
"gettext",
{
"name": "gperf",
"host": true
},
"libiconv",
{
"name": "libuuid",
"platform": "!windows & !osx & !mingw"
},
"pthread",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}