_matplotlib
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)
committerAnton Gladky <gladk@debian.org>
Sat, 25 Feb 2023 08:59:35 +0000 (08:59 +0000)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

index 87b2244e3b3e01c034c64df467b2841a32d205ac..b7ad3bb25829e7d1215fa0d30774b0d941d64dcc 100644 (file)
@@ -197,6 +197,10 @@ private:
    * to implement IsAvailable.
    */
   static Availability CheckMPLAvailability();
+  static void DisableMPL()
+    {
+    MPLMathTextAvailable = UNAVAILABLE;
+    };
 
   ///@{
   /**