diff options
author | José Fonseca <[email protected]> | 2013-11-08 17:55:14 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-11-11 07:30:07 +0000 |
commit | 6c6f4aa6fdad19574406ea7edcbcca45d02e89b6 (patch) | |
tree | a3dd369b911d5f1cbbc2c68baf8d5e86550f01ce /src/glx/SConscript | |
parent | a594cec7e3ef275c386054127a357110a19dd823 (diff) |
glx: Fix scons build.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 3 |
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', ] |