mapnik/vcpkg.json
Mathis Logemann 1bba69b108 [CI] update vcpkg to latest hash
notable changes: * proj => v9
[CI] fix sqlite dep

[vcpkg] update hash

update vcpkg cache
2022-04-02 18:05:03 +02:00

74 lines
1.2 KiB
JSON

{
"name": "mapnik",
"version-string": "master",
"description": "Mapnik is an open source toolkit for developing mapping applications.",
"homepage": "https://github.com/mapnik/mapnik",
"dependencies": [
"boost-assign",
"boost-bimap",
"boost-filesystem",
"boost-geometry",
"boost-gil",
"boost-interprocess",
{
"name": "boost-locale",
"features": [
"icu"
]
},
"boost-msm",
"boost-program-options",
"boost-property-tree",
{
"name": "boost-regex",
"features": [
"icu"
]
},
"boost-spirit",
"boost-system",
"cairo",
"cairomm",
{
"name": "freetype",
"features": [
"bzip2",
"png"
]
},
"gdal",
{
"name": "harfbuzz",
"features": [
"icu"
]
},
{
"name": "harfbuzz",
"features": [
"coretext"
],
"platform": "osx"
},
"icu",
"libjpeg-turbo",
"libodb-pgsql",
"libpng",
"libpq",
"libwebp",
"libxml2",
"mapbox-geometry",
"mapbox-polylabel",
"mapbox-variant",
"proj",
"protozero",
{
"name": "sqlite3",
"features": [
"rtree"
]
},
"tiff",
"zlib"
]
}