mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
XQuartz: Cleanup turning off COMPOSITE
(cherry picked from commit 8f920fca6f)
This commit is contained in:
parent
6f1c85b965
commit
e36c7d425c
2 changed files with 1 additions and 2 deletions
|
|
@ -698,7 +698,7 @@ dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to di
|
|||
if test "x$COMPOSITE" = xauto; then
|
||||
case $host_os in
|
||||
darwin*)
|
||||
[ "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto ] && COMPOSITE=no
|
||||
test "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto && COMPOSITE=no
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ Xquartz_LDADD = \
|
|||
$(top_builddir)/damageext/libdamageext.la \
|
||||
$(top_builddir)/miext/damage/libdamage.la \
|
||||
$(top_builddir)/xfixes/libxfixes.la \
|
||||
$(top_builddir)/miext/cw/libcw.la \
|
||||
$(top_builddir)/Xext/libXext.la \
|
||||
$(top_builddir)/xkb/libxkb.la \
|
||||
$(top_builddir)/xkb/libxkbstubs.la \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue