summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1e70633e38..c7685b0879 100644
--- a/wscript
+++ b/wscript
@@ -651,7 +651,7 @@ video_output_features = [
'func': check_pkg_config('libva-wayland', '>= 1.1.0'),
}, {
'name': 'vaapi-wayland-memfd',
- 'desc': 'VAAPI (Wayland support)',
+ 'desc': 'VAAPI (Wayland dmabuf support)',
'deps': 'vaapi-wayland && memfd_create',
'func': check_true,
}, {