Fixes here latest issues with mesa master GIT [1].

--
Sedat

[1] http://marc.info/?l=mesa3d-dev&m=126934502904478&w=2
From abfee27605a026769152f067fa572eacea150dc2 Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.di...@gmail.com>
Date: Tue, 23 Mar 2010 12:53:34 +0100
Subject: [PATCH] configure.ac: Bump LIBDRM_RADEON_REQUIRED to 2.4.19

mesa (commit 2a3accb) requires RADEON_BO_FLAGS_MICRO_TILE_SQUARE flag from libdrm-2.4.19:

commit 4b6f70f20cbaccb18f122e87ac0d471356b01a59
"radeon: add square-tiling flag"
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f51097..a1de9d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CANONICAL_HOST
 
 dnl Versions for external dependencies
 LIBDRM_REQUIRED=2.4.15
-LIBDRM_RADEON_REQUIRED=2.4.17
+LIBDRM_RADEON_REQUIRED=2.4.19
 DRI2PROTO_REQUIRED=2.1
 GLPROTO_REQUIRED=1.4.11
 LIBDRM_XORG_REQUIRED=2.4.17
-- 
1.7.0.3

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to