XQuartz: Cleanup turning off COMPOSITE
(cherry picked from commit 8f920fca6f9149185649d52569d33bf81b6c6857)
This commit is contained in:
parent
d13828797f
commit
14396fdeba
|
@ -782,7 +782,7 @@ dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to di
|
||||||
if test "x$COMPOSITE" = xauto; then
|
if test "x$COMPOSITE" = xauto; then
|
||||||
case $host_os in
|
case $host_os in
|
||||||
darwin*)
|
darwin*)
|
||||||
[ "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto ] && COMPOSITE=no
|
test "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto && COMPOSITE=no
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COMPOSITE=yes
|
COMPOSITE=yes
|
||||||
|
|
|
@ -31,7 +31,6 @@ Xquartz_LDADD = \
|
||||||
$(top_builddir)/damageext/libdamageext.la \
|
$(top_builddir)/damageext/libdamageext.la \
|
||||||
$(top_builddir)/miext/damage/libdamage.la \
|
$(top_builddir)/miext/damage/libdamage.la \
|
||||||
$(top_builddir)/xfixes/libxfixes.la \
|
$(top_builddir)/xfixes/libxfixes.la \
|
||||||
$(top_builddir)/miext/cw/libcw.la \
|
|
||||||
$(top_builddir)/Xext/libXext.la \
|
$(top_builddir)/Xext/libXext.la \
|
||||||
$(top_builddir)/xkb/libxkb.la \
|
$(top_builddir)/xkb/libxkb.la \
|
||||||
$(top_builddir)/xkb/libxkbstubs.la \
|
$(top_builddir)/xkb/libxkbstubs.la \
|
||||||
|
|
Loading…
Reference in New Issue