summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-06-21 12:50:10 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-07-10 01:06:49 +0100
commit0bdc3e1afda111c5741a699da3ff891fedfe89de (patch)
tree45b059e54c82c58a9e19a5ff6bc76530c91520c5 /src/gallium/SConscript
parent29ca7d2c9488d13e496ec65b6e1e1bf1d53042c5 (diff)
downloadexternal_mesa3d-0bdc3e1afda111c5741a699da3ff891fedfe89de.zip
external_mesa3d-0bdc3e1afda111c5741a699da3ff891fedfe89de.tar.gz
external_mesa3d-0bdc3e1afda111c5741a699da3ff891fedfe89de.tar.bz2
targets/dri-swrast: Convert to static/shared pipe-driver
Convert the final dri target to the single DRI (megadriver) library. Cleanup all the automake leftovers from the conversion stage and update the scons build. v2: Link in llvmpipe, when applicable. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Rob Clark <robclark@freedesktop.org> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index df71b9a..8d9849e 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -107,7 +107,6 @@ if not env['embedded']:
if env['dri']:
SConscript([
- 'targets/dri-swrast/SConscript',
'targets/dri/SConscript',
])