mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 07:48:07 +02:00
wgl: link against libgalliumvl_stub
Signed-off-by: Karol Herbst <kherbst@redhat.com> Acked-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26680>
This commit is contained in:
parent
691a22f015
commit
b9ea6a3ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ libgallium_wgl = shared_library(
|
|||
],
|
||||
link_whole : [libwgl],
|
||||
link_with : [
|
||||
libgallium, libglsl, libmesa, libwsgdi, libglapi_static, libglapi, libgalliumvl
|
||||
libgallium, libglsl, libmesa, libwsgdi, libglapi_static, libglapi, libgalliumvl_stub,
|
||||
],
|
||||
dependencies : [
|
||||
dep_ws2_32, idep_nir, idep_mesautil, driver_swrast,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue