xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Sep 17 07:58:15 PDT 2009


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

New commits:
commit 2c46bafcb77c4125a27c18ad6ca2f6de5f143a2d
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Thu Sep 17 15:13:51 2009 +0300

    Fix configuration to disable KMS if not finding libdrm_radeon.
    
    Most of KMS building was disabled if LIBDRM_RADEON was not detected. But at
    least configure was reporting KMS enabled even tough it was realy disabled.

diff --git a/configure.ac b/configure.ac
index 66f76aa..9d769ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,8 @@ if test "$DRI" = yes; then
 			if test "x$LIBDRM_RADEON" = xyes; then
 			   	AC_DEFINE(XF86DRM_MODE,1,[DRM kernel modesetting])
 				AC_DEFINE(RADEON_DRI2, 1,[Enable DRI2 code])
+                        else
+                                DRM_MODE=no
 			fi
         	fi
 	fi


More information about the xorg-commit mailing list