diff --git a/SConstruct b/SConstruct index ca974ee18..42015153c 100644 --- a/SConstruct +++ b/SConstruct @@ -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