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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov
2013-09-30 22:13:54 +01:00
parent 595bd01eb1
commit 0b57da0211
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -124,7 +124,6 @@ if not env['embedded']:
if env['dri']:
SConscript([
'targets/SConscript.dri',
'targets/dri-swrast/SConscript',
'targets/dri-vmwgfx/SConscript',
])