On 10/20/2013 02:19 PM, Alexander von Gluck IV wrote:
* The softpipe add-on needs libtranslation
   due to the use of BTranslatorRoster
---
  scons/gallium.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 5b20f3f..be3c3e7 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


Reviewed-by: Brian Paul <bri...@vmware.com>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to