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
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
dri-devel@lists.freedesktop.org