From e6f75a4741d61373942e65a950a0afc1c9431006 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 20 Aug 2010 21:35:31 +0000 Subject: [PATCH] make SVG_RENDERER build default false because it requires a more recent boost version than scons checks for - TODO add finer grained boost check if SVG_RENDERER is enabled --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index a7c2de9a7..eb7782eda 100644 --- a/SConstruct +++ b/SConstruct @@ -290,7 +290,7 @@ opts.AddVariables( # Variables affecting rendering back-ends BoolVariable('INTERNAL_LIBAGG', 'Use provided libagg', 'True'), - BoolVariable('SVG_RENDERER', 'build support for native svg renderer', 'True'), + BoolVariable('SVG_RENDERER', 'build support for native svg renderer', 'False'), # Variables for optional dependencies # Note: cairo, cairomm, and pycairo all optional but configured automatically through pkg-config