mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 06:20:25 +01:00
pvr: Make Vulkan driver depend only on nir headers, not library
Avoids linking issues when building with the compiler. Signed-off-by: Simon Perretta <simon.perretta@imgtec.com> Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31679>
This commit is contained in:
parent
c1c71b93bf
commit
981ddec633
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ libvulkan_powervr_mesa = shared_library(
|
|||
],
|
||||
dependencies : [
|
||||
pvr_deps,
|
||||
idep_nir,
|
||||
idep_nir_headers,
|
||||
],
|
||||
c_args : pvr_flags,
|
||||
link_args : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue