Remove X11 support with vaPutSurface

Using VAAPI as a video output (through vaPutSurface) is deprecated and
definitely not recommended for any use case. Since we're starting to
support non-X11 pipelines, remove X11 support altogether.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-06-20 17:44:57 +02:00
parent 5bedd8d898
commit c0a3cd8fcd
5 changed files with 2 additions and 64 deletions
-1
View File
@@ -62,7 +62,6 @@ AC_SUBST(LIBDRM_VERSION)
dnl Check for VA-API
PKG_CHECK_MODULES(LIBVA_DEPS, [libva >= va_api_version])
PKG_CHECK_MODULES(X11_DEPS, [x11])
dnl Check for VA/DRM API
PKG_CHECK_MODULES(LIBVA_DRM_DEPS, [libva-drm],