meson: fix typo in header check

This should be EGL not GL. Fixes #9469.
This commit is contained in:
Dudemanguy 2021-11-18 07:43:51 -06:00
parent 69f21d5e74
commit b89d3f205b
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ if gl_dxinterop.allowed()
endif
egl_angle = get_option('egl-angle').require(
gl_win32.allowed() and cc.has_header_symbol('GL/eglext.h',
gl_win32.allowed() and cc.has_header_symbol('EGL/eglext.h',
'EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE',
prefix: '#include <EGL/egl.h>'),
error_message: 'egl-angle could not be found!',