]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/osgearth/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / osgearth / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "osgearth",
3 "version": "3.1",
4 "port-version": 3,
5 "description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.",
6 "homepage": "https://github.com/gwaldron/osgearth",
7 "supports": "!(x86 | wasm32)",
8 "dependencies": [
9 "basisu",
10 "draco",
11 "geos",
12 "glew",
13 "libwebp",
14 "libzip",
15 "opengl",
16 {
17 "name": "osg",
18 "features": [
19 "plugins"
20 ]
21 },
22 "protobuf",
23 "sqlite3",
24 "tinyxml"
25 ],
26 "default-features": [
27 "tools"
28 ],
29 "features": {
30 "tools": {
31 "description": "Build tools"
32 }
33 }
34}