summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8d15f383f3..ca48401c4e 100644
--- a/wscript
+++ b/wscript
@@ -705,7 +705,11 @@ video_output_features = [
'desc': 'VAAPI (Wayland support)',
'deps': [ 'vaapi', 'gl-wayland' ],
'func': check_pkg_config('libva-wayland', '>= 0.36.0'),
-
+ }, {
+ 'name': '--vaapi-drm',
+ 'desc': 'VAAPI (DRM/EGL support)',
+ 'deps': [ 'vaapi', 'egl-drm' ],
+ 'func': check_pkg_config('libva-drm', '>= 0.36.0'),
}, {
'name': '--vaapi-glx',
'desc': 'VAAPI GLX',