mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
nouveau: add missing vl lib
It's always been missing since the conversion to meson. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10792 Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28133>
This commit is contained in:
parent
656f590bf5
commit
4e3f3c10e1
1 changed files with 1 additions and 1 deletions
|
|
@ -192,5 +192,5 @@ libnouveau = static_library(
|
|||
driver_nouveau = declare_dependency(
|
||||
compile_args : '-DGALLIUM_NOUVEAU',
|
||||
dependencies : [idep_nir, idep_nouveau_codegen],
|
||||
link_with : [libnouveau_codegen, libnouveau],
|
||||
link_with : [libnouveau_codegen, libnouveau, libgalliumvl],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue