From a4a8d27af387573175fe94606618084c583f3075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 17 Aug 2011 22:53:10 +0200 Subject: [PATCH] r600g: fix scons build --- src/gallium/targets/dri-r600/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/targets/dri-r600/SConscript b/src/gallium/targets/dri-r600/SConscript index 1df11a8..c10d65b 100644 --- a/src/gallium/targets/dri-r600/SConscript +++ b/src/gallium/targets/dri-r600/SConscript @@ -6,6 +6,7 @@ env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE']) env.Prepend(LIBS = [ st_dri, + radeonwinsys, r600winsys, r600, trace, -- 1.7.4.1