d725537dba
Still, it doesn't run as well as the glut binaries...
11 lines
189 B
Python
11 lines
189 B
Python
Import('*')
|
|
|
|
SConscript('gallium/SConscript')
|
|
|
|
if 'mesa' in env['statetrackers']:
|
|
SConscript('mesa/SConscript')
|
|
|
|
SConscript('glut/glx/SConscript')
|
|
|
|
SConscript('gallium/winsys/SConscript')
|