_matplotlib
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)
committerAnton Gladky <gladk@debian.org>
Sun, 28 Nov 2021 22:34:47 +0000 (22:34 +0000)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

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