From: Alexander von Gluck IV Date: Sun, 20 Oct 2013 04:31:50 +0000 (-0500) Subject: scons: Fix Haiku missing library X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50370e483ba500fa3c65e8b67b915782a6f7fad0;p=mesa.git scons: Fix Haiku missing library * The softpipe add-on needs libtranslation due to the use of BTranslatorRoster Reviewed-by: Brian Paul --- diff --git a/scons/gallium.py b/scons/gallium.py index 5b20f3ff686..be3c3e7d9cf 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -507,7 +507,7 @@ def generate(env): if env['platform'] in ('linux',): libs += ['rt'] if env['platform'] in ('haiku'): - libs += ['root', 'be', 'network'] + libs += ['root', 'be', 'network', 'translation'] env.Append(LIBS = libs) # OpenMP