mirror of https://github.com/mpv-player/mpv
meson: fix typo in header check
This should be EGL not GL. Fixes #9469.
This commit is contained in:
parent
69f21d5e74
commit
b89d3f205b
|
@ -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!',
|
||||
|
|
Loading…
Reference in New Issue