diff options
| author | Lars Glud <larshg@gmail.com> | 2020-07-02 22:17:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 13:17:26 -0700 |
| commit | 2ad4074aea2415e962153544ca942942e7d52323 (patch) | |
| tree | 10fb1fe259bc6bf88bde3ddbefe1d178eb4f1da2 /ports/vtk/CONTROL | |
| parent | 8133cef324060667d59949549eb4cdcf60b6699b (diff) | |
| download | vcpkg-2ad4074aea2415e962153544ca942942e7d52323.tar.gz vcpkg-2ad4074aea2415e962153544ca942942e7d52323.zip | |
[vtk] Added opengl feature. (#11399)
* Added opengl feature.
Change description of feature: all.
* Fix copyright
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 0e494fe6d..512d46e48 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -36,6 +36,10 @@ Feature: cuda Description: Support CUDA compilation Build-Depends: cuda +Feature: opengl +Description: All opengl related modules +Build-Depends: vtk[core] + Feature: all -Description: Build vtk modules required by paraview +Description: Build all vtk modules Build-Depends: libmysql, ffmpeg, gdal, vtk[core, qt, python, mpi], vtk[core, atlmfc] (windows)
\ No newline at end of file |
