From 791ece114e2e27fa4ede1a998650964bd37d867b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 27 Oct 2019 00:04:33 +0100 Subject: [PATCH] anv: add missing xmlconfig headers dependency Signed-off-by: Eric Engestrom Acked-by: Dylan Baker --- src/intel/vulkan/meson.build | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2