Mesa (master): scons: Don't always link expat.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Mar 31 11:03:18 PDT 2010


Module: Mesa
Branch: master
Commit: 6047c89a2309f09a738912280e49db54ba2b2b60
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6047c89a2309f09a738912280e49db54ba2b2b60

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Mar 11 16:50:37 2010 +0000

scons: Don't always link expat.

Only needed for DRI. Should be linked in DRI specific subdirectories.

---

 SConstruct |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/SConstruct b/SConstruct
index 5d44b6e..f32e62f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'):
 	env.Append(LIBS = [
 		'm',
 		'pthread',
-		'expat',
 		'dl',
 	])
 



More information about the mesa-commit mailing list