meson/iris: replace partial list of nir dep files with idep_nir_headers
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 11 Sep 2019 14:47:41 +0000 (15:47 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 12 Sep 2019 12:18:36 +0000 (13:18 +0100)
"partial" because `nir_intrinsics_h` was missing.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/drivers/iris/meson.build

index fde21c94e0233d986ec53f9d23d04e39efc5e46d..c9d73b0476b754f1b8bdbd46cf6b0d2488bfbe5e 100644 (file)
@@ -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