Lower libdrm requirements to 2.4.65
This commit is contained in:
parent
6d667b5250
commit
c8349862e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue