mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 21:08:11 +02:00
scons: Fix test for building dri/intel winsys.
This commit is contained in:
parent
d83e0c45be
commit
2df9941368
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Import('*')
|
||||
|
||||
if dri:
|
||||
if 'intel' in env['winsys'] and dri:
|
||||
SConscript([
|
||||
'dri/SConscript',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue