Mesa (master): build: Require libdrm 2.4.52 for Intel.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Jan 20 23:20:49 UTC 2014


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Jan 20 10:46:53 2014 -0800

build: Require libdrm 2.4.52 for Intel.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d9e1896..33ac922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST([OSMESA_VERSION])
 dnl Versions for external dependencies
 LIBDRM_REQUIRED=2.4.24
 LIBDRM_RADEON_REQUIRED=2.4.50
-LIBDRM_INTEL_REQUIRED=2.4.49
+LIBDRM_INTEL_REQUIRED=2.4.52
 LIBDRM_NVVIEUX_REQUIRED=2.4.33
 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
 LIBDRM_FREEDRENO_REQUIRED=2.4.51




More information about the mesa-commit mailing list