vc4: Fix meson build when enabled without v3d.
[mesa.git] / src / gallium / drivers / vc4 / meson.build
index ef7e7bcac5cfbd4044c13bf5b419450a750d98dc..50adcc25f25f6a5d6a2e32797db9bf5bac4b9db0 100644 (file)
@@ -115,6 +115,6 @@ libvc4 = static_library(
 
 driver_vc4 = declare_dependency(
   compile_args : '-DGALLIUM_VC4',
-  link_with : [libvc4, libvc4winsys, libbroadcom_cle],
+  link_with : [libvc4, libvc4winsys, libbroadcom_cle, libbroadcom_v3d],
   dependencies : idep_nir,
 )