projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c1911
)
scons: Don't always link expat.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 11 Mar 2010 16:50:37 +0000
(16:50 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 17:38:23 +0000
(18:38 +0100)
Only needed for DRI. Should be linked in DRI specific subdirectories.
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index
5d44b6e
..
f32e62f
100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-164,7
+164,6
@@
if platform in ('posix', 'linux', 'freebsd', 'darwin'):
env.Append(LIBS = [
'm',
'pthread',
- 'expat',
'dl',
])