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:
@@ -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],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user