mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:49:01 +08:00
30 lines
565 B
JSON
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
|
|
}
|
|
]
|
|
}
|