From 3f29e731e2efbe079a68a00bf38226d26835834c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 11 Jul 2016 15:57:52 +0200 Subject: [PATCH] Set HAVE_PLAIN_DRM to no by default --- qb/config.libs.sh | 1 - qb/config.params.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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