diff options
author | Dylan Baker <[email protected]> | 2017-09-29 15:44:31 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-03 10:01:45 -0700 |
commit | af867d72c60a6749fecd06f97094ed6a7e61e033 (patch) | |
tree | f940a57f3c51c0b2db3999c14134afff52e0f77c /src | |
parent | cc4f5873071f0cbea0dcea78359e5144ee1908e6 (diff) |
meson: add window system deps to intel vulkan common
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build index a0be95c747c..6ce092e05ce 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( |