[Mesa-dev] [PATCH] scons: Fix Haiku missing library
Alexander von Gluck IV
kallisti5 at unixzen.com
Sun Oct 20 22:19:53 CEST 2013
* 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
--
1.8.4
More information about the mesa-dev
mailing list