mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
33 lines
617 B
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
|
|
}
|
|
]
|
|
}
|