Module: Mesa Branch: master Commit: f7f12780c82fa566be5622b077c1279d15dd5972 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f12780c82fa566be5622b077c1279d15dd5972
Author: Dylan Baker <[email protected]> Date: Fri Oct 27 10:09:46 2017 -0700 meson: Add a dependency on nir_opcodes_h for freedreno This fixes a race condition in the build. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Mark Janes <[email protected]> --- src/gallium/drivers/freedreno/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/freedreno/meson.build b/src/gallium/drivers/freedreno/meson.build index 028be54eba..6f7cf2b3bd 100644 --- a/src/gallium/drivers/freedreno/meson.build +++ b/src/gallium/drivers/freedreno/meson.build @@ -200,7 +200,7 @@ freedreno_includes = [ libfreedreno = static_library( 'freedreno', - [files_libfreedreno, ir3_nir_trig_c], + [files_libfreedreno, ir3_nir_trig_c, nir_opcodes_h], include_directories : freedreno_includes, c_args : [c_vis_args], cpp_args : [cpp_vis_args], _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
