[Mesa-dev] [PATCH] meson: Add a dependency on nir_opcodes_h for freedreno

Dylan Baker dylan at pnwbakers.com
Fri Oct 27 17:17:59 UTC 2017


This fixes a race condition in the build.

cc: Rob Clark <robdclark at gmail.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 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 028be54ebac..6f7cf2b3bd4 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],
-- 
2.14.2



More information about the mesa-dev mailing list