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>
(cherry picked from commit 827812912d)
This commit is contained in:
parent
5f30a8d6a6
commit
9043fb5d8e
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ libdri = static_library(
|
|||
idep_mesautil,
|
||||
deps_for_libdri,
|
||||
],
|
||||
link_with : [libloader],
|
||||
)
|
||||
|
||||
if with_dri
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue