summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2021-09-01 09:31:35 -0700
committerMarge Bot <eric+marge@anholt.net>2021-09-15 20:17:31 +0000
commite775b07c17da8b37d53fb50b7adc60275808ecee (patch)
tree329872900dfc7176f49dcc974852154dad07b1d9
parente76db0f16514f0f7df88339e96697a0a24819162 (diff)
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>
-rw-r--r--src/egl/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build
index 96bf322b8dc..f35e798e70c 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
@@ -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')