diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-11-06 12:35:12 -0600 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-06 10:35:12 -0800 |
| commit | 7fa618093d76b160b2c4d02e4a5bba1d38c674d3 (patch) | |
| tree | 11199350f6231ab77bbd9741244e496d50f71f04 /ports/vtk/CONTROL | |
| parent | 5743b68bc25d0ef72779bce8c1a1ea8f6c8448c5 (diff) | |
| download | vcpkg-7fa618093d76b160b2c4d02e4a5bba1d38c674d3.tar.gz vcpkg-7fa618093d76b160b2c4d02e4a5bba1d38c674d3.zip | |
BUGFIX: [vtk] remove libharu as a core dependency (#2140)
* [vtk:control] break out libharu
* [vtk:portfile] disable libharu
* [vtk:control] update version
* [vtk:portfile] remove useless comment
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index d30e61506..2ef7ffeca 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,7 +1,7 @@ Source: vtk -Version: 8.0.1-1 +Version: 8.0.1-2 Description: Software system for 3D computer graphics, image processing, and visualization -Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, libharu +Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora Feature: openvr Description: OpenVR functionality for VTK @@ -18,3 +18,7 @@ Build-Depends: msmpi Feature: python Description: Python functionality for VTK Build-Depends: python3 + +Feature: libharu +Description: PDF libharu functionality for VTK +Build-Depends: libharu |
