diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-01-10 01:39:08 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-01-11 01:54:29 -0800 |
commit | 2d917cfe56af1e74205f80ddbaddfb5c6ce82f0a (patch) | |
tree | f83bed3ce07fa1ac15c81202d4c7be24656248d4 | |
parent | 7a8abb9c8554d7967d912dcd427804f65906dc5c (diff) |
Apple: Don't use DRI2
(cherry picked from commit a1d35cee5907a76977ee43c49cb55c8f411c9794)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ae455de64..54afc3943 100644 --- a/configure.ac +++ b/configure.ac @@ -636,6 +636,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 |