i915g: Add winsys/i915/sw to scons build

This commit is contained in:
Jakob Bornecrantz 2011-02-20 11:49:33 +01:00
parent 20ff6a2752
commit fa186804a6

View file

@ -13,6 +13,10 @@ SConscript([
'sw/gdi/SConscript',
])
SConscript([
'i915/sw/SConscript',
])
if env['dri']:
SConscript([
'sw/dri/SConscript',