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:
Karol Herbst
2023-12-14 03:29:20 +01:00
committed by Marge Bot
parent 691a22f015
commit b9ea6a3ab7

View File

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