projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ef631
)
SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.
author
Vinson Lee
<vlee@freedesktop.org>
Thu, 21 Aug 2014 19:22:18 +0000
(12:22 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Thu, 21 Aug 2014 19:22:18 +0000
(12:22 -0700)
Fix SCons build error introduced with commit
3fe7daec14282dc8e2f5c8cc547927e305009677
.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/glx/SConscript
patch
|
blob
|
history
diff --git
a/src/glx/SConscript
b/src/glx/SConscript
index cc36bf07a890fd2163da6d5cfcd523e0f92c6239..473c5ab6ac884f8bfa5548ce2e7df6406006c74e 100644
(file)
--- a/
src/glx/SConscript
+++ b/
src/glx/SConscript
@@
-81,7
+81,7
@@
sources = [
'glxhash.c',
'dri2_glx.c',
'dri2.c',
- 'dri
2
_query_renderer.c',
+ 'dri
_common
_query_renderer.c',
#'dri3_glx.c',
'applegl_glx.c',
]