meson: add window system deps to intel vulkan common
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user