From: Jakob Bornecrantz Date: Wed, 24 Mar 2010 17:09:19 +0000 (+0100) Subject: radeong: Fix scons build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42a1bcc22f0ed84faa51dafe9e61703e02e93eba;p=mesa.git radeong: Fix scons build --- diff --git a/src/gallium/winsys/radeon/drm/SConscript b/src/gallium/winsys/radeon/drm/SConscript index f4e9c397bdf..19e895f10b9 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', ]