projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24fd074
)
scons: Fix Haiku missing library
author
Alexander von Gluck IV
<kallisti5@unixzen.com>
Sun, 20 Oct 2013 04:31:50 +0000
(23:31 -0500)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 5b20f3ff6869e42f1a09c2bf16325b6e32b929ba..be3c3e7d9cf19bb75fd8d41c3bc7a6c9580f9454 100755
(executable)
--- 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