diff options
author | Matt Turner <mattst88@gmail.com> | 2013-11-06 21:38:39 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2013-11-07 16:14:25 -0800 |
commit | 11ff1725ccd88a950fca08378c561e43cafd6a6e (patch) | |
tree | f32d0013af46c1444da39cd4bcdcbc5ec2beeb1f /src/gallium/SConscript | |
parent | cf0da8791756fa4a6eb42194dd4e76701d4a92cf (diff) |
xorg-i915: Delete.
Acked-by: Jakob Bornecrantz <wallbraker@gmail.com>
Acked-by: Stéphane Marchesin <stephane.marchesin@gmail.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 9a25ccafb10..f4f6df2958a 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -136,11 +136,6 @@ if not env['embedded']: 'targets/dri-i915/SConscript', ]) - if env['xorg'] and env['drm']: - SConscript([ - #'targets/xorg-i915/SConscript', - ]) - # # Unit tests & tools |