vcpkg/ports/fontconfig/vcpkg.json

33 lines
617 B
JSON

{
"name": "fontconfig",
"version": "2.15.0",
"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
},
{
"name": "libiconv",
"platform": "!windows"
},
{
"name": "libuuid",
"platform": "!windows & !osx & !mingw"
},
"pthread",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}