From fd3977d60c2d4df818fab4a1c2e408356f0c2688 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 14 Jul 2013 14:43:13 -0400 Subject: [PATCH] scons: no need to link iconv if building with cairo --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index fc6c647bd..7eca8390e 100644 --- a/SConstruct +++ b/SConstruct @@ -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