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.
This commit is contained in:
wm4 2015-11-12 11:38:03 +01:00
parent 384b13c5fd
commit 49a41bf4df
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
}, {