Set HAVE_PLAIN_DRM to no by default

This commit is contained in:
twinaphex 2016-07-11 15:57:52 +02:00
parent defe51ff69
commit 3f29e731e2
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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