gallium: Fix scons condition for building the xlib winsys.
This commit is contained in:
@@ -5,7 +5,7 @@ if dri:
|
||||
'dri/SConscript',
|
||||
])
|
||||
|
||||
if 'xlib' in env['drivers'] and not dri:
|
||||
if 'xlib' in env['winsys'] and not dri:
|
||||
SConscript([
|
||||
'xlib/SConscript',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user