4
0
mirror of https://github.com/revyos-package/mesa.git synced 2026-04-28 09:13:36 +00: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 691a22f01505a2e858ba9fcd7c6a353e80355bce)
This commit is contained in:
Karol Herbst
2023-12-14 03:20:08 +01:00
committed by Eric Engestrom
parent 0134dcfedd
commit 6a75e40ae0
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -42,6 +42,7 @@ librusticl = shared_library(
],
link_whole : librusticl,
link_with : [
libgalliumvl_stub,
libpipe_loader_static,
libswdri,
libswkmsdri,