SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.

Fix SCons build error introduced with commit
3fe7daec14.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Vinson Lee 2014-08-21 12:22:18 -07:00
parent 06ef631573
commit 1748ea8b2b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ sources = [
'glxhash.c',
'dri2_glx.c',
'dri2.c',
'dri2_query_renderer.c',
'dri_common_query_renderer.c',
#'dri3_glx.c',
'applegl_glx.c',
]