build: lower version requirement for EGL

`egl.pc` can be provided either by mesa or libglvnd. The latter doesn't
follow the same version scheme as mesa but instead uses the API version
that the library exposes, which is 1.5 for EGL[1]

[1] 0dfaea2bcb (diff-b58a140c00ea99fb9a708e15afaade62R8)
This commit is contained in:
Marvin Schmidt 2019-09-18 17:07:29 +02:00 committed by wm4
parent 8c1f94f0e7
commit f726b368da
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ video_output_features = [
'deps': 'wayland',
'groups': [ 'gl' ],
'func': check_pkg_config('wayland-egl', '>= 9.0.0',
'egl', '>= 9.0.0')
'egl', '>= 1.5')
} , {
'name': '--gl-win32',
'desc': 'OpenGL Win32 Backend',