On 31 December 2017 at 16:55, Greg V <greg@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.veli...@collabora.com>
-Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev