Mesa (master): meson/v3d: 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: f812cbfd884b82c6d05f3c55d216fcd37caa68b1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f812cbfd884b82c6d05f3c55d216fcd37caa68b1

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

meson/v3d: 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/v3d/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/v3d/meson.build b/src/gallium/drivers/v3d/meson.build
index 297ff5ce639..78f38685826 100644
--- a/src/gallium/drivers/v3d/meson.build
+++ b/src/gallium/drivers/v3d/meson.build
@@ -73,14 +73,14 @@ per_version_libs = []
 foreach ver : v3d_versions
   per_version_libs += static_library(
     'v3d-v' + ver,
-    [files_per_version, v3d_xml_pack, nir_opcodes_h, nir_builder_opcodes_h],
+    [files_per_version, v3d_xml_pack],
     include_directories : [
       inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_broadcom,
       inc_gallium_drivers,
     ],
     c_args : [c_vis_args, v3d_args, '-DV3D_VERSION=' + ver],
     cpp_args : [cpp_vis_args],
-    dependencies : [dep_v3dv3, dep_libdrm, dep_valgrind],
+    dependencies : [dep_v3dv3, dep_libdrm, dep_valgrind, idep_nir_headers],
 )
 
 endforeach




More information about the mesa-commit mailing list