Mesa (master): mesa: Bump the required libdrm version to reflect reality.

Eric Anholt anholt at kemper.freedesktop.org
Fri Oct 9 00:20:56 UTC 2009


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

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Oct  8 17:18:12 2009 -0700

mesa: Bump the required libdrm version to reflect reality.

Not all drivers require the latest version, but distros are good at
tracking it since we've got a good record as far as not regressing, and
it sure beats having a weird compile failure in someone else's driver
later on.

---

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

diff --git a/configure.ac b/configure.ac
index 95497af..2a67bd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR([bin])
 AC_CANONICAL_HOST
 
 dnl Versions for external dependencies
-LIBDRM_REQUIRED=2.4.3
+LIBDRM_REQUIRED=2.4.15
 DRI2PROTO_REQUIRED=1.99.3
 
 dnl Check for progs




More information about the mesa-commit mailing list