From 19498a767061f0b48da44c00d5b7e8c0853f383d Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 21 Nov 2011 01:49:41 +1100 Subject: package vtk: revert previous change --- src/vtk.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/vtk.mk b/src/vtk.mk index 1566cc4..76795d8 100644 --- a/src/vtk.mk +++ b/src/vtk.mk @@ -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 -- cgit v0.12