summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3569dbf060..97a4d9196b 100644
--- a/wscript
+++ b/wscript
@@ -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',