Mesa (master): configure: bump libdrm version requirement to 2.4.23

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 11 16:43:37 UTC 2011


Module: Mesa
Branch: master
Commit: 483f5662225046d5a1e283a151cc85562f5057fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=483f5662225046d5a1e283a151cc85562f5057fb

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 11 09:42:52 2011 -0700

configure: bump libdrm version requirement to 2.4.23

NOTE: This is a candidate for the 7.10 (and 7.9?) branch.

---

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9cbced5..b6f7d86 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




More information about the mesa-commit mailing list