From: Debian Science Team Date: Mon, 21 Aug 2023 22:27:20 +0000 (+0100) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.1.0+really9.1.0+dfsg2-8+rpi1^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2a894c87b72e917408c41cf0aef7d4b80b7df89e;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; + }; ///@{ /**