support an 'embedded' platform target which turns off most parts of the
build.
This commit is contained in:
parent
46f453b298
commit
dea98eb792
5 changed files with 48 additions and 39 deletions
|
|
@ -8,5 +8,6 @@ if 'mesa' in env['statetrackers']:
|
|||
|
||||
SConscript('gallium/winsys/SConscript')
|
||||
|
||||
SConscript('glut/glx/SConscript')
|
||||
SConscript('glew/SConscript')
|
||||
if platform != 'embedded':
|
||||
SConscript('glut/glx/SConscript')
|
||||
SConscript('glew/SConscript')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue