mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
rusticl: link against libgalliumvl_stub
Fixes compiling rusticl with certain configurations
Cc: mesa-stable
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26680>
(cherry picked from commit 691a22f015)
This commit is contained in:
parent
da37f699a9
commit
869a117030
2 changed files with 2 additions and 1 deletions
|
|
@ -914,7 +914,7 @@
|
|||
"description": "rusticl: link against libgalliumvl_stub",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ librusticl = shared_library(
|
|||
],
|
||||
link_whole : librusticl,
|
||||
link_with : [
|
||||
libgalliumvl_stub,
|
||||
libpipe_loader_static,
|
||||
libswdri,
|
||||
libswkmsdri,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue