diff options
author | Jose Fonseca <[email protected]> | 2015-10-19 14:29:28 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-10-19 15:59:59 +0100 |
commit | b23a4859f4dbbcca7d6a637010167d470211e45b (patch) | |
tree | 6e47c0a14c1766befc7c051a1e69a5d2700e4a92 /src/mesa/drivers/x11 | |
parent | 530eb39c71d2f42ef5d6c556aff77c322434f4e2 (diff) |
scons: Build nir/glsl_types.cpp once.
Undoes early hacks, and ensures nir/glsl_types.cpp is built once, and
only once.
The root problem is that SCons doesn't know about NIR nor any source
file in the NIR_FILES source list.
Tested with libgl-gdi and libgl-xlib scons targets.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/SConscript b/src/mesa/drivers/x11/SConscript index aa1e73a9d4a..cd5cccda0d1 100644 --- a/src/mesa/drivers/x11/SConscript +++ b/src/mesa/drivers/x11/SConscript @@ -33,7 +33,6 @@ sources = [ 'xm_dd.c', 'xm_line.c', 'xm_tri.c', - '../../../glsl/nir/glsl_types.cpp', ] # Disallow undefined symbols |