Lower libdrm requirements to 2.4.65

This commit is contained in:
twinaphex 2016-07-04 21:50:52 +02:00
parent 6d667b5250
commit c8349862e1

View File

@ -309,7 +309,7 @@ fi
if [ "$HAVE_KMS" != "no" ]; then
check_pkgconf GBM gbm 9.0
check_pkgconf DRM libdrm
check_pkgconf PLAIN_DRM libdrm 2.4.68
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