scons: no need to link iconv if building with cairo

This commit is contained in:
Dane Springmeyer 2013-07-14 14:43:13 -04:00
parent e02a4ebd9d
commit fd3977d60c

View file

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