mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
drivers/x11: scons: partially revert b9b40ef9b7
As glsl_types.{cpp,h} were moved out of the sconscript (commit
b23a4859f4 "scons: Build nir/glsl_types.cpp once.") remove the dangling
includes.
Cc: Jose Fonseca <jfonseca@vmware.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
31ed3fc57d
commit
e714c971ae
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ env = env.Clone()
|
|||
|
||||
env.Append(CPPPATH = [
|
||||
'#/src',
|
||||
'#/src/glsl',
|
||||
'#/src/glsl/nir',
|
||||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue