Mesa (master): anv: add missing xmlconfig headers dependency

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 15:29:40 UTC 2019


Module: Mesa
Branch: master
Commit: 791ece114e2e27fa4ede1a998650964bd37d867b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=791ece114e2e27fa4ede1a998650964bd37d867b

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 27 00:04:33 2019 +0100

anv: add missing xmlconfig headers dependency

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 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,




More information about the mesa-commit mailing list