summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2013-11-08 17:55:14 +0000
committerIan Romanick <ian.d.romanick@intel.com>2013-11-15 11:58:06 -0800
commit03a29306b50a0a61965e80323cb5cf2b10c26b8e (patch)
treea209a27542ca159775478844552e4e7800bfd50b
parentd37ea6dfec64301953486d21a15e744d3d3bbb50 (diff)
glx: Fix scons build.
Reviewed-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 6c6f4aa6fdad19574406ea7edcbcca45d02e89b6)
-rw-r--r--src/glx/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index ef372d01765..890f9983efd 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -63,6 +63,7 @@ sources = [
'indirect_vertex_program.c',
'pixel.c',
'pixelstore.c',
+ 'query_renderer.c',
'render2.c',
'renderpix.c',
'single2.c',
@@ -79,6 +80,8 @@ sources = [
'dri2_glx.c',
'dri2.c',
'dri2_query_renderer.c',
+ #'dri3_glx.c',
+ #'dri3_common.c',
'applegl_glx.c',
]