Revert "nouveau: add missing vl lib"
This reverts commit 4e3f3c10e1.
That commit turns out to be breaking the build in some cases.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10830
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28226>
This commit is contained in:
@@ -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, libgalliumvl],
|
||||
link_with : [libnouveau_codegen, libnouveau],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user