scons: make sure to initialize cairo variables
This commit is contained in:
parent
fd8695c107
commit
ebc3001890
1 changed files with 2 additions and 0 deletions
|
@ -715,6 +715,8 @@ if not preconfigured:
|
||||||
|
|
||||||
env['MISSING_DEPS'] = []
|
env['MISSING_DEPS'] = []
|
||||||
env['SKIPPED_DEPS'] = []
|
env['SKIPPED_DEPS'] = []
|
||||||
|
env['HAS_CAIRO'] = False
|
||||||
|
env['HAS_PYCAIRO'] = False
|
||||||
|
|
||||||
env['LIBDIR_SCHEMA'] = LIBDIR_SCHEMA
|
env['LIBDIR_SCHEMA'] = LIBDIR_SCHEMA
|
||||||
env['PLUGINS'] = PLUGINS
|
env['PLUGINS'] = PLUGINS
|
||||||
|
|
Loading…
Reference in a new issue