diff options
-rw-r--r-- | src/gallium/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 207987bedc5..0efab834f66 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -116,7 +116,7 @@ if env['dri']: 'targets/dri-r600/SConscript', ]) -if env['xorg']: +if env['xorg'] and env['drm']: SConscript([ #'targets/xorg-i915/SConscript', #'targets/xorg-i965/SConscript', |