summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-14 10:58:55 +0200
committerwm4 <wm4@nowhere>2016-09-14 11:00:17 +0200
commit9b6c93e904e0880dc276885dcad35ff6ed4ccfc2 (patch)
tree2017f13035b596fcce6e832a3d140d4cf5f71f55 /wscript
parentc56f5f06813e568337c35a3bc04ea05786ea82ca (diff)
downloadmpv-9b6c93e904e0880dc276885dcad35ff6ed4ccfc2.tar.bz2
mpv-9b6c93e904e0880dc276885dcad35ff6ed4ccfc2.tar.xz
vo_opengl: drm: 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 1e97e89980..e01ae81af6 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', 'gl-wayland' ],
+ 'deps_any': [ 'egl-x11', 'mali-fbdev', 'rpi', 'gl-wayland', 'egl-drm' ],
'func': check_true
}
]