vcpkg/ports/fontconfig/vcpkg.json
2023-10-13 11:04:39 -07:00

30 lines
565 B
JSON

{
"name": "fontconfig",
"version": "2.14.2",
"port-version": 1,
"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
}
]
}