aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-09-25 00:43:13 +0100
committerEric Engestrom <[email protected]>2019-10-07 21:49:40 +0100
commitf5808e60888a8889b93ae9f0516c6319ff17c4f6 (patch)
tree9072f19e9ee4fbd4a4823e66feb26db13abf8621 /src/compiler
parent326be1774c81561775a1a9e293880f2eb9d67959 (diff)
meson: drop duplicate inc_nir from libglsl
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/glsl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build
index 3f5f2463e47..f43c5eb4995 100644
--- a/src/compiler/glsl/meson.build
+++ b/src/compiler/glsl/meson.build
@@ -229,7 +229,7 @@ libglsl = static_library(
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
link_with : libglcpp,
- include_directories : [inc_common, inc_compiler, inc_nir],
+ include_directories : [inc_common, inc_compiler],
dependencies : idep_nir,
build_by_default : false,
)