wgl: Add missing idep_mesautilformat

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30874>
This commit is contained in:
Jesse Natalie 2024-08-27 08:51:49 -07:00 committed by Marge Bot
parent 284ad7da39
commit f990322597

View file

@ -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