Mesa (master): meson/iris: replace partial list of nir dep files with idep_nir_headers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Sep 12 12:19:29 UTC 2019


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

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Sep 11 15:47:41 2019 +0100

meson/iris: replace partial list of nir dep files with idep_nir_headers

"partial" because `nir_intrinsics_h` was missing.

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/gallium/drivers/iris/meson.build | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/iris/meson.build b/src/gallium/drivers/iris/meson.build
index fde21c94e02..c9d73b0476b 100644
--- a/src/gallium/drivers/iris/meson.build
+++ b/src/gallium/drivers/iris/meson.build
@@ -77,8 +77,7 @@ endforeach
 
 libiris = static_library(
   'iris',
-  [files_libiris, gen_xml_pack, nir_opcodes_h, nir_builder_opcodes_h,
-   iris_driinfo_h],
+  [files_libiris, gen_xml_pack, iris_driinfo_h],
   include_directories : [
     inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel, inc_nir,
     inc_gallium_drivers,
@@ -87,7 +86,7 @@ libiris = static_library(
   ],
   c_args : [c_vis_args, c_sse2_args],
   cpp_args : [cpp_vis_args, c_sse2_args],
-  dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_libintel_common],
+  dependencies : [dep_libdrm, dep_valgrind, idep_genxml, idep_libintel_common, idep_nir_headers],
   link_with : [
     iris_gen_libs, libintel_compiler, libintel_dev, libisl,
     libblorp, libintel_perf




More information about the mesa-commit mailing list