mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
egl: Add wgl/gallium dependencies for Windows platform
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed By: Bill Kristiansen <billkris@microsoft.com> Acked-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12727>
This commit is contained in:
parent
e76db0f165
commit
e775b07c17
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ elif with_platform_windows
|
|||
'-DEGLAPI=', '-DPUBLIC='
|
||||
]
|
||||
files_egl += files('drivers/wgl/egl_wgl.c')
|
||||
incs_for_egl += [inc_wgl, inc_gallium, inc_gallium_aux]
|
||||
link_for_egl += libgallium_wgl
|
||||
endif
|
||||
|
||||
if cc.has_function('mincore')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue