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:
Eric Engestrom 2024-03-12 16:41:41 +00:00 committed by Marge Bot
parent 656f590bf5
commit 4e3f3c10e1

View file

@ -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],
)