mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium: Fix scons build
This commit is contained in:
parent
e47d32d721
commit
59981d418f
2 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ drienv.Replace(CPPPATH = [
|
|||
'#src/gallium/include',
|
||||
'#src/gallium/auxiliary',
|
||||
'#src/gallium/drivers',
|
||||
'#src/gallium/winsys',
|
||||
'#src/mesa',
|
||||
'#src/mesa/main',
|
||||
'#src/mesa/glapi',
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ if 'gdi' in env['winsys']:
|
|||
|
||||
if env['dri']:
|
||||
SConscript([
|
||||
'sw/drm/SConscript',
|
||||
'sw/dri/SConscript',
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue