From: Anton Gladky Date: Mon, 4 Jan 2021 21:10:04 +0000 (+0100) Subject: Enable RenderingContextOpenGL2. (Closes: #979073) X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~172 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a341c32f80269427cd986e666f3c3a8685dde6d3;p=vtk9.git Enable RenderingContextOpenGL2. (Closes: #979073) --- diff --git a/debian/rules b/debian/rules index 3372aaedd..af2a0ac41 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,8 @@ extra_flags += \ -DVTK_PYTHON_VERSION:STRING=3 \ -DVTK_USE_TK=ON \ -DVTK_WRAP_PYTHON=ON \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2=YES \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo override_dh_auto_configure: dh_auto_configure -- $(extra_flags)