Only need GBM 9.0 for KMS.

This commit is contained in:
Themaister 2012-10-13 21:44:25 +02:00
parent b8abf34785
commit f48b758cf0

View File

@ -134,7 +134,7 @@ fi
check_lib DYNAMIC "$DYLIB" dlopen
if [ "$HAVE_KMS" != "no" ]; then
check_pkgconf GBM gbm 9.1.0
check_pkgconf GBM gbm 9.0
check_pkgconf DRM libdrm
if [ "$HAVE_GBM" = "yes" ] && [ "$HAVE_DRM" = "yes" ] && [ "$HAVE_EGL" = "yes" ]; then
HAVE_KMS=yes