From: Debian Science Team Date: Fri, 21 Jan 2022 20:24:01 +0000 (+0000) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.1.0+really9.1.0+dfsg2-3+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d67ec895dd35cd8f34c1efd7590d514a84fee3a5;p=vtk9.git _matplotlib =================================================================== Gbp-Pq: Name 10_matplotlib.patch --- diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h index 87b2244e..b7ad3bb2 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -197,6 +197,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; ///@{ /**