From 6f335850706c5bc9087bba2b1b6166237c37a8ed Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 30 Oct 2016 11:39:42 +0000 Subject: math/py-matplotlib: Add Qt5Agg backend option - Now that there are Qt5 python bindings in ports, matplotlib can be configured to use them. PR: 212763 Submitted by: Matthieu Volat Approved by: mainland@apeiron.net (maintainer) --- math/py-matplotlib/files/patch-setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'math/py-matplotlib/files/patch-setup.cfg') diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg index f237d71845e1..c364140c860a 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -61,6 +61,7 @@ +gtk = %%GTK_BACKEND%% +gtkagg = %%GTKAGG_BACKEND%% +qt4agg = %%QT4AGG_BACKEND%% ++qt5agg = %%QT5AGG_BACKEND%% +tkagg = %%TKAGG_BACKEND%% +wxagg = %%WXAGG_BACKEND%% +#macosx = False -- cgit v1.2.3