From 9043fb5d8e15f15492dfdc3ee95f7db4f524b9d8 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 1 Aug 2024 08:14:17 -0400 Subject: [PATCH] dri: link with libloader this has always called loader_bind_extensions, so it should have been linking with the loader cc: mesa-stable Reviewed-by: Eric Engestrom Reported-by: Yurii Kolesnykov Tested-by: Yurii Kolesnykov Part-of: (cherry picked from commit 827812912da9283813c36c09d7f5d61e3e2a4330) --- .pick_status.json | 2 +- src/gallium/frontends/dri/meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 7a3b95eb4d4..ddc5cdd0a30 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -6074,7 +6074,7 @@ "description": "dri: link with libloader", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/frontends/dri/meson.build b/src/gallium/frontends/dri/meson.build index 9d108660dcc..f5ffbb2dbe9 100644 --- a/src/gallium/frontends/dri/meson.build +++ b/src/gallium/frontends/dri/meson.build @@ -77,6 +77,7 @@ libdri = static_library( idep_mesautil, deps_for_libdri, ], + link_with : [libloader], ) if with_dri