mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 09:30:20 +01:00
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:
parent
cc4f587307
commit
af867d72c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue