Mesa (master): radeong: Fix scons build

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Mar 25 13:50:21 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Wed Mar 24 18:09:19 2010 +0100

radeong: Fix scons build

---

 src/gallium/winsys/radeon/drm/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/radeon/drm/SConscript b/src/gallium/winsys/radeon/drm/SConscript
index f4e9c39..19e895f 100644
--- a/src/gallium/winsys/radeon/drm/SConscript
+++ b/src/gallium/winsys/radeon/drm/SConscript
@@ -3,7 +3,7 @@ Import('*')
 env = drienv.Clone()
 
 radeon_sources = [
-    'radeon_buffer.c',
+    'radeon_drm_buffer.c',
     'radeon_drm.c',
     'radeon_r300.c',
 ]




More information about the mesa-commit mailing list