projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ff6a2
)
i915g: Add winsys/i915/sw to scons build
author
Jakob Bornecrantz
<wallbraker@gmail.com>
Sun, 20 Feb 2011 10:49:33 +0000
(11:49 +0100)
committer
Jakob Bornecrantz
<wallbraker@gmail.com>
Sun, 20 Feb 2011 23:50:16 +0000
(
00:50
+0100)
src/gallium/winsys/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/SConscript
b/src/gallium/winsys/SConscript
index d74f8a2e989a465293a1d44f1a5eb01fa06d1d9d..9f36d225e10e60dc0f89b93ddbc27150a98fbe24 100644
(file)
--- a/
src/gallium/winsys/SConscript
+++ b/
src/gallium/winsys/SConscript
@@
-13,6
+13,10
@@
SConscript([
'sw/gdi/SConscript',
])
+SConscript([
+ 'i915/sw/SConscript',
+])
+
if env['dri']:
SConscript([
'sw/dri/SConscript',