summaryrefslogtreecommitdiffstats
path: root/src/vtk6.mk
diff options
context:
space:
mode:
authorMartin Müllenhaupt <mm@netlair.de>2013-08-29 08:19:49 (GMT)
committerMartin Müllenhaupt <mm@netlair.de>2013-08-29 08:20:18 (GMT)
commit7f3e5dc95afa57370f19e1492988710cd307f90f (patch)
treecd26f4114ef7447126c676f51103afe885876c03 /src/vtk6.mk
parente074d9fff712ba95204ce8205bdf7419334c6d8d (diff)
downloadmxe-7f3e5dc95afa57370f19e1492988710cd307f90f.zip
mxe-7f3e5dc95afa57370f19e1492988710cd307f90f.tar.gz
mxe-7f3e5dc95afa57370f19e1492988710cd307f90f.tar.bz2
package vtk6: strip down native configure to required compile tools
Diffstat (limited to 'src/vtk6.mk')
-rw-r--r--src/vtk6.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vtk6.mk b/src/vtk6.mk
index e1ff011..a651d4c 100644
--- a/src/vtk6.mk
+++ b/src/vtk6.mk
@@ -24,9 +24,11 @@ define $(PKG)_BUILD
# first we need a native build to create the compile tools
mkdir '$(1).native_build'
cd '$(1).native_build' && cmake \
+ -DVTK_BUILD_ALL_MODULES=FALSE \
+ -DVTK_Group_Rendering=FALSE \
+ -DVTK_Group_StandAlone=FALSE \
+ -DVTK_Group_CompileTools=TRUE \
-DBUILD_TESTING=FALSE \
- -DVTK_USE_X=FALSE \
- -DVTK_USE_OSMESA=FALSE \
-DCMAKE_BUILD_TYPE="Release" \
'$(1)'
$(MAKE) -C '$(1).native_build' -j '$(JOBS)' VERBOSE=1 vtkCompileTools