mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 08:20:08 +01:00
Legacy framebuffer support wasn't compiled if Xorg wasn't explicitly enabled.
This commit is contained in:
parent
2dafc46e3d
commit
b11dfac287
1 changed files with 3 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue