repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
llvmpipe: Fix rebase typo
[mesa/mesa-lb.git]
/
src
/
SConscript
blob
cf6db730da24c4c3725068ede845848df71d00ef
1
Import('*')
2
3
SConscript('glsl/SConscript')
4
5
if 'mesa' in env['statetrackers']:
6
SConscript('mesa/SConscript')
7
8
SConscript('gallium/SConscript')
9
10
if platform != 'embedded':
11
SConscript('glut/glx/SConscript')
12
SConscript('glew/SConscript')