aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-11-08 12:22:22 +0000
committerJosé Fonseca <[email protected]>2013-11-08 12:22:22 +0000
commitcb3c57df3acfa237641aa004545a786f5624f198 (patch)
tree2bf8158a40ff934f08bfdcabaca96ce4badfa246 /src/glx
parentcaf1d96862553b169aa9d8fac63fcbd37a59d099 (diff)
scons: Add dri2_query_renderer.c to sources.
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 887ac61cf02..ef372d01765 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -78,6 +78,7 @@ sources = [
'glxhash.c',
'dri2_glx.c',
'dri2.c',
+ 'dri2_query_renderer.c',
'applegl_glx.c',
]