From 6c6f4aa6fdad19574406ea7edcbcca45d02e89b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 8 Nov 2013 17:55:14 +0000 Subject: [PATCH] glx: Fix scons build. Reviewed-by: Brian Paul --- src/glx/SConscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/glx/SConscript b/src/glx/SConscript index ef372d01..890f998 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', ] -- 2.7.4