diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-12 09:28:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 09:28:49 -0700 |
| commit | 37c412ae073056d6295c0aeaecc1b625f77c612f (patch) | |
| tree | e132953e3bf2a94e1cbd373f8b293703fa3663ac /ports/osg/CONTROL | |
| parent | 3714469e0e928b06e20dde2473b90bac9c505368 (diff) | |
| download | vcpkg-37c412ae073056d6295c0aeaecc1b625f77c612f.tar.gz vcpkg-37c412ae073056d6295c0aeaecc1b625f77c612f.zip | |
[osg] Fix feature plugin (#13942)
Diffstat (limited to 'ports/osg/CONTROL')
| -rw-r--r-- | ports/osg/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/osg/CONTROL b/ports/osg/CONTROL index 95e839688..a63ea9b47 100644 --- a/ports/osg/CONTROL +++ b/ports/osg/CONTROL @@ -1,6 +1,6 @@ Source: osg Version: 3.6.5 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/openscenegraph/OpenSceneGraph Description: The OpenSceneGraph is an open source high performance 3D graphics toolkit. Build-Depends: zlib, fontconfig, boost-asio (!windows), boost-core (!windows), boost-logic (!windows), boost-lexical-cast (!windows), boost-smart-ptr (!windows), boost-tuple (!windows), boost-bind (!windows), freeglut (windows), expat (windows), openimageio (osx) @@ -19,7 +19,7 @@ Build-Depends: freetype, sdl1, sdl2, libiconv (windows) Feature: plugins Description: Build OSG Plugins - Disable for compile testing examples on a time limit -Build-Depends: freetype, sdl1, curl, openexr, ilmbase, gdal, giflib (windows), jasper, libjpeg-turbo, libpng, tiff, libxml2 (windows), libiconv (windows), libgta, liblas, nvtt +Build-Depends: freetype, sdl1, curl, openexr, ilmbase, gdal, giflib (windows), jasper, libjpeg-turbo, libpng, tiff, libxml2 (windows), libiconv (windows), libgta, liblas, nvtt, coin Feature: packages Description: Set to ON to generate CPack configuration files and packaging targets |
