mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
meson: Add missing lavapipe dep
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7620>
This commit is contained in:
parent
f96a8c7819
commit
09bddd6ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ liblavapipe_st = static_library(
|
|||
c_args : [ lvp_flags ],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [ inc_include, inc_src, inc_util, inc_gallium, inc_compiler, inc_gallium_aux, inc_vulkan_wsi ],
|
||||
dependencies : [ idep_nir, idep_mesautil, idep_vulkan_util ]
|
||||
dependencies : [ idep_nir, idep_mesautil, idep_vulkan_util, lvp_deps ]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue