Mesa (master): meson: Add a dependency on nir_opcodes_h for freedreno

Dylan Baker dbaker at kemper.freedesktop.org
Fri Oct 27 19:02:44 UTC 2017


Module: Mesa
Branch: master
Commit: f7f12780c82fa566be5622b077c1279d15dd5972
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f12780c82fa566be5622b077c1279d15dd5972

Author: Dylan Baker <dylan at pnwbakers.com>
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 <dylanx.c.baker at intel.com>
Reviewed-by: Mark Janes <mark.a.janes 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 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],




More information about the mesa-commit mailing list