mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:59:01 +08:00
21 lines
437 B
JSON
21 lines
437 B
JSON
|
{
|
||
|
"name": "fontconfig",
|
||
|
"version-string": "2.13.1",
|
||
|
"port-version": 8,
|
||
|
"description": "Library for configuring and customizing font access.",
|
||
|
"homepage": "https://www.freedesktop.org/software/fontconfig/front.html",
|
||
|
"dependencies": [
|
||
|
"dirent",
|
||
|
"expat",
|
||
|
"freetype",
|
||
|
"gettext",
|
||
|
"json-c",
|
||
|
"libiconv",
|
||
|
{
|
||
|
"name": "libuuid",
|
||
|
"platform": "!windows & !osx & !mingw"
|
||
|
},
|
||
|
"pthread"
|
||
|
]
|
||
|
}
|