scons: make sure to initialize cairo variables
This commit is contained in:
parent
4d477a47cd
commit
635a487463
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue