scons: don't build cairo rendering backend unless requested (as cairo is not being actively maintained at this point in trunk)

This commit is contained in:
Dane Springmeyer 2010-08-21 04:22:36 +00:00
parent 410981c9fb
commit a8423428e8

View file

@ -295,7 +295,7 @@ opts.AddVariables(
# Variables for optional dependencies
# 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', 'True'),
BoolVariable('CAIRO', 'Attempt to build with Cairo rendering support', 'False'),
('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),