scons: no need to link to fontconfig in static cairo build
This commit is contained in:
parent
3d8a6714a1
commit
cbe643c3f5
1 changed files with 1 additions and 1 deletions
|
@ -1531,7 +1531,7 @@ if not preconfigured:
|
|||
env["CAIRO_ALL_LIBS"] = ['cairo']
|
||||
if env['RUNTIME_LINK'] == 'static':
|
||||
env["CAIRO_ALL_LIBS"].extend(
|
||||
['pixman-1','expat','fontconfig']
|
||||
['pixman-1','expat']
|
||||
)
|
||||
# todo - run actual checkLib?
|
||||
env['HAS_CAIRO'] = True
|
||||
|
|
Loading…
Reference in a new issue