build: enable vaapi under drm-only

Fixes #2808.
This commit is contained in:
wm4 2016-02-11 22:03:24 +01:00
parent dccda5189d
commit 166fa30f4b
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ video_output_features = [
'name': '--vaapi',
'desc': 'VAAPI acceleration',
'deps': [ 'libdl' ],
'deps_any': [ 'x11', 'wayland' ],
'deps_any': [ 'x11', 'wayland', 'egl-drm' ],
'func': check_pkg_config('libva', '>= 0.36.0'),
}, {
'name': '--vaapi-x11',