summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-12 11:38:03 +0100
committerwm4 <wm4@nowhere>2015-11-12 11:38:03 +0100
commit49a41bf4df85a7af2ef151841f0c6541bf8e7d96 (patch)
tree5710b8f27cc8184c516339d3059809f0cff6cb6d /wscript
parent384b13c5fd3fa87bad4bedbb3db369cdfb05de2b (diff)
downloadmpv-49a41bf4df85a7af2ef151841f0c6541bf8e7d96.tar.bz2
mpv-49a41bf4df85a7af2ef151841f0c6541bf8e7d96.tar.xz
build: make vaapi-wayland depend on gl-wayland
Wayland without GL isn't enough. Specifically, we need to make sure the EGL libs are included. (That's one tricky dependency tree.) Fixes #2476.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d96f74b757..858dcc901c 100644
--- a/wscript
+++ b/wscript
@@ -682,7 +682,7 @@ video_output_features = [
}, {
'name': '--vaapi-wayland',
'desc': 'VAAPI (Wayland support)',
- 'deps': [ 'vaapi', 'wayland' ],
+ 'deps': [ 'vaapi', 'gl-wayland' ],
'func': check_pkg_config('libva-wayland', '>= 0.36.0'),
}, {