diff options
author | wm4 <wm4@nowhere> | 2016-09-14 10:46:52 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-14 10:46:52 +0200 |
commit | c56f5f06813e568337c35a3bc04ea05786ea82ca (patch) | |
tree | ad3cac4da56bd6e4d8198744ee63f441e89ece32 /wscript | |
parent | 215268ea34796c26266b013cbb0ebb2a1d63f3fe (diff) |
vo_opengl: wayland: use new EGL context creation code
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -846,7 +846,7 @@ video_output_features = [ }, { 'name': 'egl-helpers', 'desc': 'EGL helper functions', - 'deps_any': [ 'egl-x11', 'mali-fbdev', 'rpi' ], + 'deps_any': [ 'egl-x11', 'mali-fbdev', 'rpi', 'gl-wayland' ], 'func': check_true } ] |