mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"name": "fontconfig",
|
|
"version": "2.13.94",
|
|
"port-version": 5,
|
|
"description": "Library for configuring and customizing font access.",
|
|
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
|
|
"dependencies": [
|
|
"dirent",
|
|
"expat",
|
|
"freetype",
|
|
"gettext",
|
|
"json-c",
|
|
"libiconv",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx & !mingw"
|
|
},
|
|
"pthread",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|