From 49a41bf4df85a7af2ef151841f0c6541bf8e7d96 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Nov 2015 11:38:03 +0100 Subject: 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. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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'), }, { -- cgit v1.2.3