expat is no longer a must have cairo dep since cairo can be built without fontconfig [skip ci]
This commit is contained in:
parent
35ab8cccdc
commit
52cabfd107
1 changed files with 1 additions and 1 deletions
|
@ -1630,7 +1630,7 @@ if not preconfigured:
|
||||||
env["CAIRO_ALL_LIBS"] = ['cairo']
|
env["CAIRO_ALL_LIBS"] = ['cairo']
|
||||||
if env['RUNTIME_LINK'] == 'static':
|
if env['RUNTIME_LINK'] == 'static':
|
||||||
env["CAIRO_ALL_LIBS"].extend(
|
env["CAIRO_ALL_LIBS"].extend(
|
||||||
['pixman-1','expat']
|
['pixman-1']
|
||||||
)
|
)
|
||||||
# todo - run actual checkLib?
|
# todo - run actual checkLib?
|
||||||
env['HAS_CAIRO'] = True
|
env['HAS_CAIRO'] = True
|
||||||
|
|
Loading…
Reference in a new issue