_matplotlib
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Mon, 29 Apr 2024 14:16:28 +0000 (16:16 +0200)
committerMichael R. Crusoe <crusoe@debian.org>
Mon, 29 Apr 2024 14:16:28 +0000 (16:16 +0200)
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;
+    };
 
   ///@{
   /**