diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-30 14:18:07 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-30 14:21:11 -0700 |
commit | 5d7d959b1143979c3445639c9d108e02da0c1475 (patch) | |
tree | 3f825d895d14b22c5ce30fc32fb47a3744e029d9 /configure.ac | |
parent | 45def7f0a342f4733cafb06adbfed14932f0e01b (diff) |
XQuartz: Don't even build with GLX support since swrast now depends on libdrm
(cherry picked from commit 3739525d57dff2b3b034b5768f357b1c25577909)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aac6fbc13..8e0fe334d 100644 --- a/configure.ac +++ b/configure.ac @@ -639,6 +639,7 @@ case $host_os in XQUARTZ=yes XVFB=no XNEST=no + GLX=no COMPOSITE=no DGA=no |