summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-11 16:50:37 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-31 18:38:23 +0100
commit6047c89a2309f09a738912280e49db54ba2b2b60 (patch)
tree75f76a61b4988b7c0445bf8ef57ebd805e8278ab
parente1c1911435dcab9436f1d204043124f4b1506a1e (diff)
scons: Don't always link expat.
Only needed for DRI. Should be linked in DRI specific subdirectories.
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5d44b6efde6..f32e62f5fe1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'):
env.Append(LIBS = [
'm',
'pthread',
- 'expat',
'dl',
])