[Mesa-dev] [PATCH 14/14] meson: glsl: add missing nir header dependency

Emil Velikov emil.l.velikov at gmail.com
Thu Jan 18 18:11:35 UTC 2018


On 31 December 2017 at 16:55, Greg V <greg at unrelenting.technology> wrote:
> ---
>  src/compiler/glsl/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build
> index 6aaa9bab05..9e7589c325 100644
> --- a/src/compiler/glsl/meson.build
> +++ b/src/compiler/glsl/meson.build
> @@ -200,7 +200,7 @@ files_libglsl_standalone = files(
>  libglsl = static_library(
>    'glsl',
>    [files_libglsl, glsl_parser, glsl_lexer_cpp, ir_expression_operation_h,
> -   ir_expression_operation_strings_h, ir_expression_operation_constant_h],
> +   ir_expression_operation_strings_h, ir_expression_operation_constant_h, nir_opcodes_h],
Right, that's because we have glsl_to_nir.cpp (et al), which pulls
nir.h and effectively nir_opcodes.h
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

-Emil


More information about the mesa-dev mailing list