You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- Import('*')
-
- if 'egl' in env['statetrackers']:
- SConscript('mapi/vgapi/SConscript')
- SConscript('egl/main/SConscript')
-
- if 'mesa' in env['statetrackers']:
- SConscript('glsl/SConscript')
- SConscript('mapi/glapi/SConscript')
- SConscript('mesa/SConscript')
-
- if platform != 'embedded':
- SConscript('glut/glx/SConscript')
-
- SConscript('gallium/SConscript')
|