From: Debian Science Team Date: Sat, 25 Feb 2023 08:59:35 +0000 (+0000) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.1.0+really9.1.0+dfsg2-5+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=745a4a9761f0a604d982a68367979f07f9ae1c91;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; + }; ///@{ /**