Mesa (staging/22.1): wgl: Add driver_zink as a dependency of the wgl frontend

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 18 02:46:09 UTC 2022


Module: Mesa
Branch: staging/22.1
Commit: c3c6c221c7b00c2b3496d82d7a1d09086a11f7ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3c6c221c7b00c2b3496d82d7a1d09086a11f7ee

Author: xperia64 <xperiancedapps at gmail.com>
Date:   Tue May 17 19:46:20 2022 -0400

wgl: Add driver_zink as a dependency of the wgl frontend

Fixes: 01ed71f9451 ("wgl: support kopper")

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16569>

---

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

diff --git a/src/gallium/frontends/wgl/meson.build b/src/gallium/frontends/wgl/meson.build
index 0fae0c05a6f..0e75e510f73 100644
--- a/src/gallium/frontends/wgl/meson.build
+++ b/src/gallium/frontends/wgl/meson.build
@@ -52,5 +52,5 @@ libwgl = static_library(
   include_directories : [
     inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_mapi, inc_mesa,
   ],
-  dependencies : [idep_xmlconfig],
+  dependencies : [idep_xmlconfig, driver_zink],
 )



More information about the mesa-commit mailing list