diff options
| author | Calum Robinson <calumr@users.noreply.github.com> | 2019-02-11 22:23:46 +0000 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-11 14:23:46 -0800 |
| commit | 10bde77210cc5360cdc455ec961e4bfab54592ea (patch) | |
| tree | 1a74a7dd8e3234badd26e487f54e860d3d668779 /ports/osg/CONTROL | |
| parent | f5f4070c9659c1fa63e45fea6f74104bc5eaec42 (diff) | |
| download | vcpkg-10bde77210cc5360cdc455ec961e4bfab54592ea.tar.gz vcpkg-10bde77210cc5360cdc455ec961e4bfab54592ea.zip | |
[osg] Add Collada model support to OpenSceneGraph (#3950)
* [collada-dom] Initial collada-dom port
* [osg] Add Collada file support
Diffstat (limited to 'ports/osg/CONTROL')
| -rw-r--r-- | ports/osg/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/osg/CONTROL b/ports/osg/CONTROL index dc9396dd4..2cca0cdaa 100644 --- a/ports/osg/CONTROL +++ b/ports/osg/CONTROL @@ -2,3 +2,7 @@ Source: osg Version: 3.6.2 Description: The OpenSceneGraph is an open source high performance 3D graphics toolkit. Build-Depends: freetype, jasper, openexr, zlib, gdal, giflib, libjpeg-turbo, libpng, tiff + +Feature: collada +Description: Support for Collada (.dae) files +Build-Depends: collada-dom |
