mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
c5c0c1215b
commit
827812912d
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ libdri = static_library(
|
|||
idep_mesautil,
|
||||
deps_for_libdri,
|
||||
],
|
||||
link_with : [libloader],
|
||||
)
|
||||
|
||||
if with_dri
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue