diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2014-06-19 01:47:38 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2014-06-21 16:43:10 +0100 |
commit | dfaf6116c9d29b01633601b09c6846c21383aaa9 (patch) | |
tree | 0817e311c8c2518975861cd407dc4873b5bf69f5 /src/gallium/SConscript | |
parent | 564821c917f4a9d5a0de2ee77b90b0cd85e3d3a6 (diff) |
scons: avoid building any piece of i915
Leftover from commit c21fca8bf24.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 816c79c9a1..598b2f1ecb 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -21,12 +21,6 @@ SConscript([ 'drivers/trace/SConscript', ]) -if not env['msvc']: - # These drivers do not build on MSVC compilers - SConscript([ - 'drivers/i915/SConscript', - ]) - # # State trackers # @@ -66,11 +60,6 @@ if env['platform'] == 'windows': 'winsys/sw/gdi/SConscript', ]) -if not env['msvc']: - SConscript([ - 'winsys/i915/sw/SConscript', - ]) - if env['platform'] == 'haiku': SConscript([ 'winsys/sw/hgl/SConscript', |