xf86-video-ati: Branch 'master' - 2 commits

Alex Deucher agd5f at kemper.freedesktop.org
Thu Jun 7 08:28:22 PDT 2012


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

New commits:
commit 3a9103f855c67bbcd7b97ee2e96836353e0d789d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 7 11:27:08 2012 -0400

    configure: bump for release
    
    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

diff --git a/configure.ac b/configure.ac
index 695a574..e1bebe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-ati],
-        [6.14.99],
+        [6.14.5],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-ati])
 
commit f1693ee09e9b251eb75e3e5fe0ee7699fec6fb98
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jun 7 11:23:31 2012 -0400

    configure: bump libdrm_radeon requirement
    
    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

diff --git a/configure.ac b/configure.ac
index 363e1d4..695a574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ if test "$DRI" = yes; then
 	   	AC_CHECK_HEADER(xf86drmMode.h,[DRM_MODE=yes],[DRM_MODE=no],[#include <stdint.h>
 #include <stdlib.h>])
 		if test "x$DRM_MODE" = xyes; then
-			PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.33 libdrm_radeon],
+			PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.35 libdrm_radeon],
 			[LIBDRM_RADEON=yes], [LIBDRM_RADEON=no])
 
 			if test "x$LIBDRM_RADEON" = xyes; then


More information about the xorg-commit mailing list