summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-05-04 22:52:12 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2014-05-28 22:20:39 -0500
commite3051481cc9f5b7b36b317aff1454ee16ea9cdb9 (patch)
tree028f112285952baa6e093a4d833f3e4dec7a42da /configure.ac
parent7422de5b4be7b19d789136b3bb5f932de42db27c (diff)
downloadlibepoxy-e3051481cc9f5b7b36b317aff1454ee16ea9cdb9.tar.gz
Adds support for OS X without X11.
OS X support shouldn't depend on X11 being installed on the host. Removes the X11 dependency.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 399e351..baf1765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ case $host_os in
;;
darwin*)
build_egl=no
- build_glx=yes
+ build_glx=no
build_wgl=no
build_apple=yes
has_znow=no