summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2012-06-07 11:23:31 -0400
committerAlex Deucher <alexdeucher@gmail.com>2012-06-07 11:23:31 -0400
commitf1693ee09e9b251eb75e3e5fe0ee7699fec6fb98 (patch)
tree9098e4a1b208668d14187ac1ea06fe52b82ee58f
parent77a056c1725c9c44a328ed324687bdf35144e9e2 (diff)
configure: bump libdrm_radeon requirement
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 363e1d47..695a5747 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ if test "$DRI" = yes; then
AC_CHECK_HEADER(xf86drmMode.h,[DRM_MODE=yes],[DRM_MODE=no],[#include <stdint.h>
#include <stdlib.h>])
if test "x$DRM_MODE" = xyes; then
- PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.33 libdrm_radeon],
+ PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.35 libdrm_radeon],
[LIBDRM_RADEON=yes], [LIBDRM_RADEON=no])
if test "x$LIBDRM_RADEON" = xyes; then