mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:19:01 +08:00
a2d8a7cbb1
* Take gperf from vcpkg tool if possible * [gperf] Install binary into tools/gperf/ * Fix kf5codecs gperf bug * Add PREPEND to freetds port * fix gperf for qtwebengine * make gperf modern port Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
30 lines
565 B
JSON
30 lines
565 B
JSON
{
|
|
"name": "fontconfig",
|
|
"version": "2.14.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|