From: Debian Science Team Date: Sun, 13 Dec 2020 11:55:42 +0000 (+0000) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.0.1+dfsg1-8+rpi1~1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=464b3fffc0c5833691e459566dc53e45864fd0f0;p=vtk9.git _matplotlib =================================================================== Gbp-Pq: Name 10_matplotlib.patch --- diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h index f1fbdc3c..f05a3332 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -151,6 +151,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; //@{ /**