From: Debian Science Maintainers Date: Tue, 3 Mar 2026 18:23:44 +0000 (+0000) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5375df611e7a1e13d1175af94246b43619cc10c0;p=vtk9.git _matplotlib =================================================================== Gbp-Pq: Name 10_matplotlib.patch --- diff --git a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h index 4096c1829..6a3e5f967 100644 --- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h +++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h @@ -190,6 +190,10 @@ private: * to implement IsAvailable. */ static Availability CheckMPLAvailability(); + static void DisableMPL() + { + MPLMathTextAvailable = UNAVAILABLE; + }; ///@{ /**