[Mesa-dev] [PATCH 14/14] meson: glsl: add missing nir header dependency
Dylan Baker
dylan at pnwbakers.com
Fri Jan 5 22:39:08 UTC 2018
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Quoting Greg V (2017-12-31 08:55:28)
> ---
> 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],
> c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
> cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
> link_with : [libnir, libglcpp],
> --
> 2.15.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180105/a43f4f26/attachment.sig>
More information about the mesa-dev
mailing list