summaryrefslogtreecommitdiffstats
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-01-18 11:35:29 +0200
committerEmil Velikov <[email protected]>2016-01-26 16:08:24 +0000
commit24f984f64ae58c274f79eaf9148aea37df67131c (patch)
treec24704b371a23a90349f0b979bd93a6a138c2284 /src/mesa/SConscript
parent1a882fd2ee84ae28a06cf07902dc4645d8ad4a6d (diff)
nir: move glsl_types.{cpp,h} to compiler
Allows us to remove the SCons workaround :-) Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index c986326d2bf..5b80a216fef 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -16,7 +16,6 @@ env.Append(CPPPATH = [
'#/src',
'#/src/mapi',
'#/src/glsl',
- '#/src/glsl/nir',
'#/src/mesa',
'#/src/gallium/include',
'#/src/gallium/auxiliary',