diff --git a/qb/config.libs.sh b/qb/config.libs.sh index fd7c806d3a..a41521e468 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -309,7 +309,6 @@ fi if [ "$HAVE_KMS" != "no" ]; then check_pkgconf GBM gbm 9.0 check_pkgconf DRM libdrm - check_pkgconf PLAIN_DRM libdrm 2.4.65 if [ "$HAVE_GBM" = "yes" ] && [ "$HAVE_DRM" = "yes" ] && [ "$HAVE_EGL" = "yes" ]; then HAVE_KMS=yes elif [ "$HAVE_KMS" = "yes" ]; then diff --git a/qb/config.params.sh b/qb/config.params.sh index d572c9dbaa..f03cfe2366 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -35,6 +35,7 @@ HAVE_X11=auto # everything X11. HAVE_OMAP=no # OMAP video support HAVE_XINERAMA=auto # Xinerama support. HAVE_KMS=auto # KMS context support +HAVE_PLAIN_DRM=no # Plain DRM video support HAVE_EXYNOS=no # Exynos video support HAVE_DISPMANX=no # Dispmanx video support HAVE_SUNXI=no # Sunxi video support