meson: replace last uses of libxmlconfig with idep_xmlconfig
[mesa.git] / src / amd / vulkan / meson.build
index 0ff6bbdbdd0d1b2de8ef7c7ac20feb4ec4f2b4cf..9278f1144d914aee0ecef28e65417f9416a9d90b 100644 (file)
@@ -153,12 +153,11 @@ libvulkan_radeon = shared_library(
   ],
   link_with : [
     libamd_common, libamdgpu_addrlib, libvulkan_wsi,
-    libxmlconfig
   ],
   dependencies : [
     dep_llvm, dep_libdrm_amdgpu, dep_thread, dep_elf, dep_dl, dep_m,
     dep_valgrind, radv_deps,
-    idep_mesautil, idep_nir, idep_vulkan_util, idep_amdgfxregs_h,
+    idep_mesautil, idep_nir, idep_vulkan_util, idep_amdgfxregs_h, idep_xmlconfig,
   ],
   c_args : [c_vis_args, no_override_init_args, radv_flags],
   cpp_args : [cpp_vis_args, radv_flags],