Mesa (master): meson: add window system deps to intel vulkan common

Dylan Baker dbaker at kemper.freedesktop.org
Tue Oct 3 17:03:43 UTC 2017


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Fri Sep 29 15:44:31 2017 -0700

meson: add window system deps to intel vulkan common

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/intel/vulkan/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build
index a0be95c747..6ce092e05c 100644
--- a/src/intel/vulkan/meson.build
+++ b/src/intel/vulkan/meson.build
@@ -135,7 +135,7 @@ libanv_common = static_library(
   include_directories : [inc_common, inc_intel, inc_compiler, inc_drm_uapi,
                          inc_vulkan_util, inc_vulkan_wsi],
   c_args : [c_vis_args, no_override_init_args, '-msse2', anv_flags],
-  dependencies : [dep_valgrind],
+  dependencies : [dep_valgrind, anv_deps, dep_libdrm],
 )
 
 libvulkan_intel = shared_library(




More information about the mesa-commit mailing list