vcpkg/ports/fontconfig/vcpkg.json
Alexander Neumann 55209aae66
[fontconfig] fix preprocessor for clang-cl (#26052)
* fix fontconfig for clang-cl

* v db
2022-08-01 13:39:44 -07:00

30 lines
565 B
JSON

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