vcpkg/ports/osgearth/vcpkg.json
Connor Broyles edf51f5f25
[blend2d|osgearth] Allow blend2d and osgearth[blend2d] on ARM (#29141)
* [blend2d] Allow on non-Windows ARM platforms

* [osgearth] Allow blend2d feature on ARM
2023-02-03 12:39:12 -08:00

66 lines
1.3 KiB
JSON

{
"name": "osgearth",
"version": "3.3",
"port-version": 5,
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
"homepage": "https://github.com/gwaldron/osgearth",
"license": "LGPL-3.0-or-later",
"supports": "!(x86 | wasm32)",
"dependencies": [
"basisu",
"cfitsio",
"draco",
"geos",
"glew",
"libwebp",
"libzip",
"opengl",
{
"name": "osg",
"default-features": false,
"features": [
"plugins"
]
},
"protobuf",
"pthreads",
"sqlite3",
"tinyxml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"default-features"
],
"features": {
"blend2d": {
"description": "Enable Blend2D support",
"dependencies": [
"blend2d"
]
},
"default-features": {
"description": "Platform-dependent default features",
"dependencies": [
{
"name": "osgearth",
"default-features": false,
"features": [
"blend2d"
],
"platform": "!(arm & windows) & !uwp & !wasm32"
}
]
},
"tools": {
"description": "Build tools"
}
}
}