From: Debian Science Maintainers Date: Tue, 10 Mar 2026 05:07:36 +0000 (+0100) Subject: _matplotlib X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a639c4a07c6edcd63b3501d2ad524bf5e2717583;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; + }; ///@{ /**