From 50370e483ba500fa3c65e8b67b915782a6f7fad0 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 19 Oct 2013 23:31:50 -0500 Subject: scons: Fix Haiku missing library * The softpipe add-on needs libtranslation due to the use of BTranslatorRoster Reviewed-by: Brian Paul --- scons/gallium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3