Mesa (main): fixup! gallium/swr: Remove driver source

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 7 00:05:02 UTC 2021


Module: Mesa
Branch: main
Commit: 2636e8681a016eea74ad97bba80cc23e121f8384
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2636e8681a016eea74ad97bba80cc23e121f8384

Author: Dylan Baker <dylan.c.baker at intel.com>
Date:   Mon Dec  6 14:00:42 2021 -0800

fixup! gallium/swr: Remove driver source

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11264>

---

 src/gallium/targets/wgl/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/wgl/meson.build b/src/gallium/targets/wgl/meson.build
index ed0f3926a7e..92571a7c8f7 100644
--- a/src/gallium/targets/wgl/meson.build
+++ b/src/gallium/targets/wgl/meson.build
@@ -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,



More information about the mesa-commit mailing list