From c3c5a20c29816d089e99eface288335e7b47fcfd Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 4 Mar 2011 22:15:11 +0000 Subject: [PATCH] by default attempt to compile with CAIRO support again (this was disabled during refactoring that broke cairo rendering) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 7bb7fe623..818328ddc 100644 --- a/SConstruct +++ b/SConstruct @@ -336,7 +336,7 @@ opts.AddVariables( ('GEOS_CONFIG', 'The path to the geos-config executable.', 'geos-config'), # Note: cairo, cairomm, and pycairo all optional but configured automatically through pkg-config # Therefore, we use a single boolean for whether to attempt to build cairo support. - BoolVariable('CAIRO', 'Attempt to build with Cairo rendering support', 'False'), + BoolVariable('CAIRO', 'Attempt to build with Cairo rendering support', 'True'), ('GDAL_CONFIG', 'The path to the gdal-config executable for finding gdal and ogr details.', 'gdal-config'), ('PG_CONFIG', 'The path to the pg_config executable.', 'pg_config'), PathVariable('OCCI_INCLUDES', 'Search path for OCCI include files', '/usr/lib/oracle/10.2.0.3/client/include', PathVariable.PathAccept),