xserver: Branch 'master'

Matthias Hopf mhopf at kemper.freedesktop.org
Fri Mar 2 13:30:53 EET 2007


 configure.ac |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree b11dfac287d65de7b83f63749087cba4e8ddaf4a (from 2dafc46e3d814e02b25e5a2fa2e931f0257402a8)
Author: Matthias Hopf <mhopf at suse.de>
Date:   Fri Mar 2 12:30:26 2007 +0100

    Legacy framebuffer support wasn't compiled if Xorg wasn't explicitly enabled.

diff --git a/configure.ac b/configure.ac
index 9cefc2a..9386d87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1570,6 +1570,9 @@ AM_CONDITIONAL([XQUARTZ],[test "X$XQUART
 AM_CONDITIONAL(DGA, [test "x$DGA" = xyes])
 
 dnl legacy fb support
+test "x$MFB" = xauto && MFB="$XORG"
+test "x$CFB" = xauto && CFB="$XORG"
+test "x$AFB" = xauto && AFB="$XORG"
 AM_CONDITIONAL(MFB, [test "x$MFB" = xyes])
 AM_CONDITIONAL(CFB, [test "x$CFB" = xyes])
 AM_CONDITIONAL(AFB, [test "x$AFB" = xyes])



More information about the xorg-commit mailing list