mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"name": "fontconfig",
|
|
"version": "2.15.0",
|
|
"port-version": 2,
|
|
"description": "Library for configuring and customizing font access.",
|
|
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"dirent",
|
|
"expat",
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
{
|
|
"name": "pthread",
|
|
"platform": "!emscripten & !windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Native languages support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"supports": "!emscripten",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|