diff options
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 |