aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/CONTROL
diff options
context:
space:
mode:
authorLars Glud <larshg@gmail.com>2020-07-02 22:17:26 +0200
committerGitHub <noreply@github.com>2020-07-02 13:17:26 -0700
commit2ad4074aea2415e962153544ca942942e7d52323 (patch)
tree10fb1fe259bc6bf88bde3ddbefe1d178eb4f1da2 /ports/vtk/CONTROL
parent8133cef324060667d59949549eb4cdcf60b6699b (diff)
downloadvcpkg-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/CONTROL6
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