projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
i965: Remove unused code and delete file.
[mesa.git]
/
src
/
mesa
/
drivers
/
SConscript
1
Import('*')
2
3
SConscript('osmesa/SConscript')
4
5
if env['x11']:
6
SConscript('x11/SConscript')
7
8
if env['dri']:
9
SConscript([
10
'dri/common/xmlpool/SConscript',
11
'dri/common/SConscript',
12
])