summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-13 20:16:18 +0200
committerwm4 <wm4@nowhere>2016-09-13 20:16:45 +0200
commit5819a4e301c3babe94ffe0a9eb80e0a512b9b646 (patch)
tree855b547db7fa77735077dc19aa6846bd418657d7 /wscript
parent060599ac6a0e451ebdda8cbd15473ad04ad7d310 (diff)
downloadmpv-5819a4e301c3babe94ffe0a9eb80e0a512b9b646.tar.bz2
mpv-5819a4e301c3babe94ffe0a9eb80e0a512b9b646.tar.xz
vo_opengl: rpi: use new egl context creation helper function
Only for the "new" vo_opengl backend code.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5b07a3bda6..00371c7da7 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' ],
+ 'deps_any': [ 'egl-x11', 'mali-fbdev', 'rpi' ],
'func': check_true
}
]