Clone of mesa.
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.

SConscript 219B

1234567891011
  1. Import('*')
  2. SConscript('gallium/SConscript')
  3. if 'mesa' in env['statetrackers']:
  4. SConscript('mesa/SConscript')
  5. SConscript('gallium/winsys/SConscript')
  6. SConscript('glut/glx/SConscript')
  7. SConscript('glew/SConscript')