summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-16 13:50:01 +0100
committerEmil Velikov <[email protected]>2014-07-02 10:52:53 +0100
commit37b7a76266a2a620dd760624c451f83de2147fe4 (patch)
tree2a2dc251fe3e6b9377a6f71f8c0eee16f04b4013 /src/gallium/SConscript
parent100e654b2577ec69100f5d1695f4401d74109cf0 (diff)
targets/dri-vmwgfx: Convert to static/shared pipe-drivers
Convert the final hardware driver to a single dri provider which includes all the pipe-drivers. Update the scons build and drop the unused vmw_powf.c. Cc: José Fonseca <[email protected]> Cc: Brian Paul <[email protected]> Cc: Jakob Bornecrantz <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Tested-by: Rob Clark <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 598b2f1ecb9..df71b9aeada 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -108,7 +108,7 @@ if not env['embedded']:
if env['dri']:
SConscript([
'targets/dri-swrast/SConscript',
- 'targets/dri-vmwgfx/SConscript',
+ 'targets/dri/SConscript',
])