mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:39:08 +08:00
5a10163c44
* osgearth:x64-windows-static-md fixes * Try to build for x64-windows-static-md * Fix builds * Indent and combine blocks * overwrite version * merge with master and update version * revert incorrect version changes * [osgearth] Improve portfile.cmake, add feature tools * update version record * disable fontconfig on windows * update version * [osgearth] Fix dependencies * [osgearth] Re-fix dependencies * [osgearth] Fix the sequence of linking osg * [osgearth] Fix dependency osg * update version record * Fix osgearth:x64-linux * x64-windows-static-md fixes * Fix x64-linux * Build fixes * Update x-add-version Co-authored-by: ankurv <ankurv@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
35 lines
628 B
JSON
35 lines
628 B
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.1",
|
|
"port-version": 3,
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.",
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
|
"supports": "!(x86 | wasm32)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"libzip",
|
|
"opengl",
|
|
{
|
|
"name": "osg",
|
|
"features": [
|
|
"plugins"
|
|
]
|
|
},
|
|
"protobuf",
|
|
"sqlite3",
|
|
"tinyxml"
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|