support an 'embedded' platform target which turns off most parts of the
build.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user