diff --git a/.pick_status.json b/.pick_status.json index 42a500e84aa..406834e6050 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1084,7 +1084,7 @@ "description": "rusticl: link against libgalliumvl_stub", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/targets/rusticl/meson.build b/src/gallium/targets/rusticl/meson.build index b2963fe6dfa..e1acaca7e68 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -42,6 +42,7 @@ librusticl = shared_library( ], link_whole : librusticl, link_with : [ + libgalliumvl_stub, libpipe_loader_static, libswdri, libswkmsdri,