mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
wgl: Add missing idep_mesautilformat
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30874>
This commit is contained in:
parent
284ad7da39
commit
f990322597
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ if not with_shared_glapi
|
|||
_c_args_wgl += '-D_GLAPI_NO_EXPORTS'
|
||||
endif
|
||||
|
||||
_wgl_deps = [idep_xmlconfig, driver_zink]
|
||||
_wgl_deps = [idep_xmlconfig, driver_zink, idep_mesautilformat]
|
||||
if with_gallium_zink
|
||||
_wgl_deps += idep_vulkan_wsi_defines
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue