diff options
author | Vinson Lee <[email protected]> | 2010-08-14 12:18:51 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-14 12:18:51 -0700 |
commit | db0e24e34a4680c70038715f23847b9b2f7f75d3 (patch) | |
tree | 00935094f800b5bdbfeb68c46413a370a6d3dfec /src/gallium/targets | |
parent | 77458b565a531721904b7f3e31b71505e763b97a (diff) |
scons: Fix r600g build.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri-r600/SConscript | 2 |
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, |