Mesa (master): configure: Bump libdrm requirements

Chris Wilson ickle at kemper.freedesktop.org
Tue Mar 1 18:42:51 UTC 2011


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

Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Mar  1 18:39:15 2011 +0000

configure: Bump libdrm requirements

In my last commit I introduced a build dependency upon a new libdrm.
Add the associated autoconf checks. As the headers are part of the core
libdrm, we need to bump that version and so may as well bump the chipset
specific versions simultaneously.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

---

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index fbc7436..dcfddb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,12 +18,12 @@ AC_CONFIG_AUX_DIR([bin])
 AC_CANONICAL_HOST
 
 dnl Versions for external dependencies
-LIBDRM_REQUIRED=2.4.23
-LIBDRM_RADEON_REQUIRED=2.4.23
-LIBDRM_INTEL_REQUIRED=2.4.23
+LIBDRM_REQUIRED=2.4.24
+LIBDRM_RADEON_REQUIRED=2.4.24
+LIBDRM_INTEL_REQUIRED=2.4.24
 DRI2PROTO_REQUIRED=2.1
 GLPROTO_REQUIRED=1.4.11
-LIBDRM_XORG_REQUIRED=2.4.23
+LIBDRM_XORG_REQUIRED=2.4.24
 LIBKMS_XORG_REQUIRED=1.0.0
 
 dnl Check for progs




More information about the mesa-commit mailing list