_matplotlib
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Thu, 26 Sep 2024 16:08:15 +0000 (16:08 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 26 Sep 2024 16:08:15 +0000 (16:08 +0000)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

index 40c6c9ad1a1bf33437ab97763579e87d0eb1f683..44327e90a3a31cb475f1f49cef29b65ad26a576d 100644 (file)
@@ -190,6 +190,10 @@ private:
    * to implement IsAvailable.
    */
   static Availability CheckMPLAvailability();
+  static void DisableMPL()
+    {
+    MPLMathTextAvailable = UNAVAILABLE;
+    };
 
   ///@{
   /**