diff options
| author | Ankur Verma <31362771+ankurverma85@users.noreply.github.com> | 2021-06-09 15:27:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 15:27:43 -0700 |
| commit | c21792bd0439726822baff4070920eb53c0cf8e7 (patch) | |
| tree | 81c737d044f79fa3fbb5af670beee056108d0b4f /versions | |
| parent | be56553cbb078c8c525954400b16430d59eea2d9 (diff) | |
| download | vcpkg-c21792bd0439726822baff4070920eb53c0cf8e7.tar.gz vcpkg-c21792bd0439726822baff4070920eb53c0cf8e7.zip | |
[osgearth] Fix undefined references due to openjp2 and xml2 (#17993)
* Fix osgearth
* Fix linking
* Update version files
Co-authored-by: Ankur Verma <ankurv@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/osgearth.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c7b02cbb3..3e9ee5e47 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4662,7 +4662,7 @@ }, "osgearth": { "baseline": "3.1", - "port-version": 3 + "port-version": 4 }, "osi": { "baseline": "0.108.6", diff --git a/versions/o-/osgearth.json b/versions/o-/osgearth.json index c074ed279..1857c201a 100644 --- a/versions/o-/osgearth.json +++ b/versions/o-/osgearth.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d12ff3ef1419ab8813b430101fb6dbcc96861671", + "version": "3.1", + "port-version": 4 + }, + { "git-tree": "d2483eb1bb083bdcf0b4de24f0f8c0d77825dc56", "version": "3.1", "port-version": 3 |
