wgl: Add driver_zink as a dependency of the wgl frontend

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

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16569>
This commit is contained in:
xperia64
2022-05-17 19:46:20 -04:00
committed by Marge Bot
parent 43b3f5469d
commit e5afbfbed5
+1 -1
View File
@@ -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],
)