diff options
author | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-05-04 22:52:12 -0500 |
---|---|---|
committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-05-28 22:20:39 -0500 |
commit | e3051481cc9f5b7b36b317aff1454ee16ea9cdb9 (patch) | |
tree | 028f112285952baa6e093a4d833f3e4dec7a42da /configure.ac | |
parent | 7422de5b4be7b19d789136b3bb5f932de42db27c (diff) | |
download | libepoxy-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.ac | 2 |
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 |