summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-r600
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-14 12:18:51 -0700
committerVinson Lee <vlee@vmware.com>2010-08-14 12:18:51 -0700
commitdb0e24e34a4680c70038715f23847b9b2f7f75d3 (patch)
tree00935094f800b5bdbfeb68c46413a370a6d3dfec /src/gallium/targets/dri-r600
parent77458b565a531721904b7f3e31b71505e763b97a (diff)
scons: Fix r600g build.
Diffstat (limited to 'src/gallium/targets/dri-r600')
-rw-r--r--src/gallium/targets/dri-r600/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-r600/SConscript b/src/gallium/targets/dri-r600/SConscript
index 97c5df01fe2..64d6d2a7f6f 100644
--- a/src/gallium/targets/dri-r600/SConscript
+++ b/src/gallium/targets/dri-r600/SConscript
@@ -12,7 +12,7 @@ env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE'])
env.Prepend(LIBS = [
st_dri,
- r600drm,
+ r600winsys,
r600,
trace,
rbug,