scons: make sure to initialize cairo variables

This commit is contained in:
Dane Springmeyer 2010-07-14 05:33:55 +00:00
parent 4d477a47cd
commit 635a487463

View file

@ -724,6 +724,8 @@ if not preconfigured:
env['MISSING_DEPS'] = []
env['SKIPPED_DEPS'] = []
env['HAS_CAIRO'] = False
env['HAS_PYCAIRO'] = False
env['LIBDIR_SCHEMA'] = LIBDIR_SCHEMA
env['PLUGINS'] = PLUGINS