mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
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…
x
Reference in New Issue
Block a user