mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
f121a669c7
commit
f7f12780c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue