summaryrefslogtreecommitdiffstats
path: root/src/vtk6-3-fix-standalone.patch
blob: 4fcc592ca97b11c244c7739f901466e7ca54ea84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file is part of MXE.
# See index.html for further information.

diff -ur VTK6.0.0/Charts/Core/module.cmake VTK6.0.0.new/Charts/Core/module.cmake
--- VTK6.0.0/Charts/Core/module.cmake	2013-06-13 05:47:10.000000000 +1000
+++ VTK6.0.0.new/Charts/Core/module.cmake	2013-08-27 23:35:08.000000000 +1000
@@ -1,6 +1,6 @@
 vtk_module(vtkChartsCore
   GROUPS
-    StandAlone
+    Rendering
   DEPENDS
     vtkCommonColor
     vtkRenderingContext2D
diff -ur VTK6.0.0/IO/Export/module.cmake VTK6.0.0.new/IO/Export/module.cmake
--- VTK6.0.0/IO/Export/module.cmake	2013-06-13 05:47:10.000000000 +1000
+++ VTK6.0.0.new/IO/Export/module.cmake	2013-08-27 23:34:58.000000000 +1000
@@ -1,6 +1,6 @@
 vtk_module(vtkIOExport
   GROUPS
-    StandAlone
+    Rendering
   DEPENDS
     vtkCommonCore
     vtkRenderingContext2D