scons: Fix Haiku missing library
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Sun, 20 Oct 2013 04:31:50 +0000 (23:31 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Mon, 21 Oct 2013 00:20:59 +0000 (19:20 -0500)
* The softpipe add-on needs libtranslation
  due to the use of BTranslatorRoster

Reviewed-by: Brian Paul <brianp@vmware.com>
scons/gallium.py

index 5b20f3ff6869e42f1a09c2bf16325b6e32b929ba..be3c3e7d9cf19bb75fd8d41c3bc7a6c9580f9454 100755 (executable)
@@ -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