From 0b57da0211452eb31a905dd7b288cd5a77b8e295 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 30 Sep 2013 22:13:54 +0100 Subject: scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/ Store scons side by side with the other build systems. v2: cleanup after a failed rebase Signed-off-by: Emil Velikov --- src/gallium/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/SConscript') diff --git a/src/gallium/SConscript b/src/gallium/SConscript index c68519d..6e27be2 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -124,7 +124,6 @@ if not env['embedded']: if env['dri']: SConscript([ - 'targets/SConscript.dri', 'targets/dri-swrast/SConscript', 'targets/dri-vmwgfx/SConscript', ]) -- cgit v1.1