package vtk: revert previous change

This commit is contained in:
Tony Theodore 2011-11-21 01:49:41 +11:00
parent 868e7b5ee0
commit 19498a7670
1 changed files with 1 additions and 5 deletions

View File

@ -23,11 +23,7 @@ define $(PKG)_BUILD
# first we need a native build to create the compile tools
mkdir '$(1)/native_build'
cd '$(1)/native_build' && cmake \
-DCMAKE_BUILD_TYPE='Release' \
-DVTK_USE_RENDERING=FALSE \
-DVTK_USEINFOVIS=FALSE \
..
cd '$(1)/native_build' && cmake -DCMAKE_BUILD_TYPE='Release' ..
# only the newly created CompileTools target need to be built
$(MAKE) -C '$(1)/native_build' -j '$(JOBS)' VERBOSE=1 CompileTools