Apple: Don't use DRI2

(cherry picked from commit a1d35cee59)
This commit is contained in:
Jeremy Huddleston 2009-01-10 01:39:08 -08:00 committed by Keith Packard
parent 681cc0f38b
commit 69ddac2328

View file

@ -631,6 +631,8 @@ AM_CONDITIONAL(INSTALL_LIBXF86CONFIG, [test "x$INSTALL_LIBXF86CONFIG" = xyes])
dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to handle this early on
case $host_os in
darwin*)
DRI2=no
if test x$XQUARTZ = xauto; then
AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[
save_LDFLAGS=$LDFLAGS