expat is no longer a must have cairo dep since cairo can be built without fontconfig [skip ci]

This commit is contained in:
Dane Springmeyer 2016-02-03 10:57:09 -08:00
parent 35ab8cccdc
commit 52cabfd107

View file

@ -1630,7 +1630,7 @@ if not preconfigured:
env["CAIRO_ALL_LIBS"] = ['cairo']
if env['RUNTIME_LINK'] == 'static':
env["CAIRO_ALL_LIBS"].extend(
['pixman-1','expat']
['pixman-1']
)
# todo - run actual checkLib?
env['HAS_CAIRO'] = True