ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
[mesa.git] / src / amd / common / meson.build
index 63c1517543057a31839b667f9469a85e5119e8c3..0967b1adb76d009741e3739917155ee176b81ab0 100644 (file)
@@ -36,8 +36,6 @@ amd_common_files = files(
   'ac_llvm_util.c',
   'ac_llvm_util.h',
   'ac_shader_abi.h',
-  'ac_shader_info.c',
-  'ac_shader_info.h',
   'ac_shader_util.c',
   'ac_shader_util.h',
   'ac_nir_to_llvm.c',
@@ -52,11 +50,14 @@ amd_common_files = files(
 
 libamd_common = static_library(
   'amd_common',
-  [amd_common_files, sid_tables_h, nir_opcodes_h],
-  include_directories : [inc_common, inc_compiler, inc_nir, inc_mesa, inc_mapi,
-                         inc_amd],
-  dependencies : [dep_llvm, dep_thread, dep_elf, dep_libdrm_amdgpu,
-                  dep_valgrind],
+  [amd_common_files, sid_tables_h],
+  include_directories : [
+    inc_common, inc_compiler, inc_mesa, inc_mapi, inc_amd,
+  ],
+  dependencies : [
+    dep_llvm, dep_thread, dep_elf, dep_libdrm_amdgpu, dep_valgrind,
+    idep_nir_headers,
+  ],
   c_args : [c_vis_args],
   cpp_args : [cpp_vis_args],
 )