diff options
author | Emil Velikov <[email protected]> | 2014-05-15 19:32:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-09 22:46:17 +0100 |
commit | c21fca8bf241544ef2690be22d5b0e1eaba6397d (patch) | |
tree | 18a1a1a3824fb5d2dde8f9affe45e9a3d12bf157 /src/gallium/SConscript | |
parent | 93257a56b5b585e79e4ba9f95b38f5bd718e3959 (diff) |
scons: remove dri-i915 build target
Unmaintained and broken.
Cc: Jakob Bornecrantz <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 32bbdbe5686..816c79c9a18 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -85,11 +85,6 @@ if env['dri']: 'winsys/svga/drm/SConscript', ]) - if env['drm_intel']: - SConscript([ - 'winsys/i915/drm/SConscript', - ]) - # # Targets # @@ -126,10 +121,6 @@ if not env['embedded']: 'targets/dri-swrast/SConscript', 'targets/dri-vmwgfx/SConscript', ]) - if env['drm_intel']: - SConscript([ - 'targets/dri-i915/SConscript', - ]) # |