diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/osgearth/fix-dependency-osg.patch | 2 | ||||
| -rw-r--r-- | ports/osgearth/vcpkg.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/osgearth/fix-dependency-osg.patch b/ports/osgearth/fix-dependency-osg.patch index b6d00a06f..18489b1c8 100644 --- a/ports/osgearth/fix-dependency-osg.patch +++ b/ports/osgearth/fix-dependency-osg.patch @@ -25,7 +25,7 @@ index b7dff11..d1ec2ff 100644 + if (UNIX) + list(APPEND OSG_DEPENDS_LIBRARY ${OSG_DEPENDS_LIBRARY} -pthread) + # Due to Linux Linker dependency issues these need to included again -+ set(DEPEND_LIB_LIST fontconfig freetype uuid gdal json-c expat zstd proj sqlite3 webp gif cfitsio) ++ set(DEPEND_LIB_LIST fontconfig freetype uuid gdal json-c expat zstd proj sqlite3 webp gif cfitsio openjp2 xml2) + else(UNIX) + set(DEPEND_LIB_LIST cfitsio) + endif() diff --git a/ports/osgearth/vcpkg.json b/ports/osgearth/vcpkg.json index 1a84d6aa8..c71392131 100644 --- a/ports/osgearth/vcpkg.json +++ b/ports/osgearth/vcpkg.json @@ -1,7 +1,7 @@ { "name": "osgearth", "version": "3.1", - "port-version": 3, + "port-version": 4, "description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.", "homepage": "https://github.com/gwaldron/osgearth", "supports": "!(x86 | wasm32)", |
