summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-11 22:03:24 +0100
committerwm4 <wm4@nowhere>2016-02-11 22:03:24 +0100
commit166fa30f4b4354afeb032a9630efa6784b8e6578 (patch)
tree96201859be32df6e702b4d1b86ff7e345948f255
parentdccda5189d82306db64f1b810807f8a13c328bb0 (diff)
downloadmpv-166fa30f4b4354afeb032a9630efa6784b8e6578.tar.bz2
mpv-166fa30f4b4354afeb032a9630efa6784b8e6578.tar.xz
build: enable vaapi under drm-only
Fixes #2808.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0e39e2ade6..bf4da47a1f 100644
--- a/wscript
+++ b/wscript
@@ -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',