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