diff options
author | Matthias Hopf <mhopf@suse.de> | 2007-03-02 12:30:26 +0100 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2007-03-02 12:30:26 +0100 |
commit | b11dfac287d65de7b83f63749087cba4e8ddaf4a (patch) | |
tree | c0bdce9e0991c51add0275d7b2825e879f33b444 /configure.ac | |
parent | 2dafc46e3d814e02b25e5a2fa2e931f0257402a8 (diff) |
Legacy framebuffer support wasn't compiled if Xorg wasn't explicitly enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9cefc2a7e..9386d8738 100644 --- a/configure.ac +++ b/configure.ac @@ -1570,6 +1570,9 @@ AM_CONDITIONAL([XQUARTZ],[test "X$XQUARTZ" = Xyes]) 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]) |