mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
Fix composite on !darwin
2ffdb0eb64 changes the default value of
COMPOSITE to 'auto', but doesn't set it back to 'yes' as appropriate.
This commit is contained in:
@@ -789,6 +789,9 @@ if test "x$COMPOSITE" = xauto; then
|
||||
darwin*)
|
||||
[ "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto ] && COMPOSITE=no
|
||||
;;
|
||||
*)
|
||||
COMPOSITE=yes
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user