From: Marek Olšák Date: Wed, 17 Aug 2011 20:53:10 +0000 (+0200) Subject: r600g: fix scons build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17867f06b173b90ba0e1b9137514b4dcce415822;p=mesa.git r600g: fix scons build --- diff --git a/src/gallium/targets/dri-r600/SConscript b/src/gallium/targets/dri-r600/SConscript index 1df11a8747b..c10d65b595a 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,