gallium: Fix scons condition for building the xlib winsys.

This commit is contained in:
Michel Dänzer
2008-03-04 18:32:16 +01:00
parent 1cd2623a53
commit 5b9b5c850f
+1 -1
View File
@@ -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',
])