mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
5bb5f3923a
* [libgd] Fix static builds on windows * [pango] Cleanup * Use freetype2.pc with msvc * Update CI baseline [skip actions] * [atk] Cleanup, fix static builds * [gtk3] Cleanup, fix static builds * [graphviz] Fix static builds * Update versions * [libgd] Revert bad substitution * [graphviz] Plugins * [graphviz] Plugins * [libgd] Fix static usage * [gtk3] versions
38 lines
646 B
JSON
38 lines
646 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "7.0.0",
|
|
"port-version": 1,
|
|
"description": "Graph Visualization Tools",
|
|
"homepage": "https://graphviz.org/",
|
|
"license": "EPL-1.0",
|
|
"supports": "!staticcrt",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false
|
|
},
|
|
"getopt",
|
|
{
|
|
"name": "libgd",
|
|
"default-features": false,
|
|
"features": [
|
|
"fontconfig",
|
|
"freetype",
|
|
"jpeg",
|
|
"png",
|
|
"tiff"
|
|
]
|
|
},
|
|
"pango",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|