Fix libdrm version number requirement regression that got spammed in.
This commit is contained in:
parent
1459f794e2
commit
fc46cb6403
|
|
@ -209,7 +209,7 @@ if test "x$GCC" = "xyes"; then
|
|||
-Wnested-externs -fno-strict-aliasing"
|
||||
fi
|
||||
|
||||
PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.0])
|
||||
PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.3])
|
||||
AM_CONDITIONAL(DRI, test x$DRI = xyes)
|
||||
if test "$DRI" = yes; then
|
||||
PKG_CHECK_MODULES(DRI, [xf86driproto glproto])
|
||||
|
|
|
|||
Loading…
Reference in New Issue