From: Eric Engestrom Date: Sat, 26 Oct 2019 23:04:33 +0000 (+0100) Subject: anv: add missing xmlconfig headers dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=791ece114e2e27fa4ede1a998650964bd37d867b;p=mesa.git anv: add missing xmlconfig headers dependency Signed-off-by: Eric Engestrom Acked-by: Dylan Baker --- diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build index 69e472f719b..10fc4c4e611 100644 --- a/src/intel/vulkan/meson.build +++ b/src/intel/vulkan/meson.build @@ -133,6 +133,7 @@ anv_deps = [ dep_valgrind, idep_nir_headers, idep_vulkan_util_headers, + idep_xmlconfig_headers, ] anv_flags = [ c_vis_args,