From 5fef0fa35e9f998dbbbaa69341ff04c535bf8732 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Tue, 28 May 2013 20:20:13 -0600 Subject: [PATCH] Build the _windowing extension --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8569d88fd5f6..5f1b561eb0d2 100644 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ setupext.BackendGtk(), setupext.BackendAgg(), setupext.BackendCairo(), + setupext.Windowing(), 'Optional LaTeX dependencies', setupext.DviPng(), setupext.Ghostscript(),