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 <eric@igalia.com>
Reported-by: Yurii Kolesnykov <root@yurikoles.com>
Tested-by: Yurii Kolesnykov <root@yurikoles.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30449>
(cherry picked from commit 827812912d)
This commit is contained in:
Mike Blumenkrantz 2024-08-01 08:14:17 -04:00 committed by Eric Engestrom
parent 5f30a8d6a6
commit 9043fb5d8e
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -77,6 +77,7 @@ libdri = static_library(
idep_mesautil,
deps_for_libdri,
],
link_with : [libloader],
)
if with_dri