fixup! gallium/swr: Remove driver source

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11264>
This commit is contained in:
Dylan Baker 2021-12-06 14:00:42 -08:00 committed by Marge Bot
parent fb4fc1fd50
commit 2636e8681a

View file

@ -42,7 +42,7 @@ libgallium_wgl = shared_library(
libgallium, libglsl, libmesa, libwsgdi, libglapi_static, libglapi
],
dependencies : [
dep_ws2_32, idep_nir, idep_mesautil, driver_swrast, driver_swr,
dep_ws2_32, idep_nir, idep_mesautil, driver_swrast,
driver_d3d12, driver_zink, winsys_d3d12_wgl
],
link_args : gallium_wgl_link_args,