mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 16:10:36 +02:00
scons: build the xorg state trackers only when env includes drm
This commit is contained in:
parent
d79d942b2e
commit
9d9df964c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue