summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-14 10:46:52 +0200
committerwm4 <wm4@nowhere>2016-09-14 10:46:52 +0200
commitc56f5f06813e568337c35a3bc04ea05786ea82ca (patch)
treead3cac4da56bd6e4d8198744ee63f441e89ece32 /wscript
parent215268ea34796c26266b013cbb0ebb2a1d63f3fe (diff)
downloadmpv-c56f5f06813e568337c35a3bc04ea05786ea82ca.tar.bz2
mpv-c56f5f06813e568337c35a3bc04ea05786ea82ca.tar.xz
vo_opengl: wayland: use new EGL context creation code
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 00371c7da7..1e97e89980 100644
--- a/wscript
+++ b/wscript
@@ -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
}
]