From c8349862e19fc7189f607a055765e638712c8d9a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 4 Jul 2016 21:50:52 +0200 Subject: [PATCH] Lower libdrm requirements to 2.4.65 --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 58a5821f8e..fd7c806d3a 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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