diff mbox

mesa-7.10.1-libdrm-required.patch

Message ID 1302048919.31280.7.camel@lithium (mailing list archive)
State New, archived
Headers show

Commit Message

Alex Buell April 6, 2011, 12:15 a.m. UTC
The patch below is needed to prevent building mesa with libdrm <
2.4.24. 

Regards,
Alex

Comments

Brian Paul May 8, 2011, 6:01 p.m. UTC | #1
On Tue, Apr 5, 2011 at 6:15 PM, Alex Buell <alex.buell@munted.org.uk> wrote:
> The patch below is needed to prevent building mesa with libdrm <
> 2.4.24.
>
> Regards,
> Alex
>
> diff --git a/configure.ac b/configure.ac
> index 6662b8a..ad9eb01 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.15
> +LIBDRM_REQUIRED=2.4.24
>  LIBDRM_RADEON_REQUIRED=2.4.17
>  DRI2PROTO_REQUIRED=2.1
>  GLPROTO_REQUIRED=1.4.11
>

Committed.  Thanks.

-Brian
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 6662b8a..ad9eb01 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.15
+LIBDRM_REQUIRED=2.4.24
 LIBDRM_RADEON_REQUIRED=2.4.17
 DRI2PROTO_REQUIRED=2.1
 GLPROTO_REQUIRED=1.4.11