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>
This commit is contained in:
Mike Blumenkrantz 2024-08-01 08:14:17 -04:00 committed by Marge Bot
parent c5c0c1215b
commit 827812912d

View file

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