diff options
author | Brian Paul <[email protected]> | 2011-01-11 09:42:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-11 09:42:54 -0700 |
commit | 483f5662225046d5a1e283a151cc85562f5057fb (patch) | |
tree | 76947dec315f22145da0c9c15d8cbc07c6b16245 | |
parent | 167db6d34fdb36b09052d8ed20d102891731f468 (diff) |
configure: bump libdrm version requirement to 2.4.23
NOTE: This is a candidate for the 7.10 (and 7.9?) branch.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9cbced56883..b6f7d86371c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,11 +18,11 @@ AC_CONFIG_AUX_DIR([bin]) AC_CANONICAL_HOST dnl Versions for external dependencies -LIBDRM_REQUIRED=2.4.15 -LIBDRM_RADEON_REQUIRED=2.4.17 +LIBDRM_REQUIRED=2.4.23 +LIBDRM_RADEON_REQUIRED=2.4.23 DRI2PROTO_REQUIRED=2.1 GLPROTO_REQUIRED=1.4.11 -LIBDRM_XORG_REQUIRED=2.4.17 +LIBDRM_XORG_REQUIRED=2.4.23 LIBKMS_XORG_REQUIRED=1.0.0 dnl Check for progs |