meson: Add a dependency on nir_opcodes_h for freedreno
This fixes a race condition in the build. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user