vcpkg/ports/fontconfig/vcpkg.json
2021-11-22 15:18:05 -08:00

21 lines
425 B
JSON

{
"name": "fontconfig",
"version": "2.13.94",
"port-version": 2,
"description": "Library for configuring and customizing font access.",
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
"dependencies": [
"dirent",
"expat",
"freetype",
"gettext",
"json-c",
"libiconv",
{
"name": "libuuid",
"platform": "!windows & !osx & !mingw"
},
"pthread"
]
}