summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-11 16:34:05 -0800
committerEric Anholt <eric@anholt.net>2013-12-11 17:18:28 -0800
commit708c31a4064f67d4ac4ef8877a4b6c313e4dbc5a (patch)
treee3ec28464db33e62e6c05c0f08abe4537e7cebc3 /configure.ac
parent940438fae3715547256d3cf220e886bbe972521a (diff)
downloadlibepoxy-708c31a4064f67d4ac4ef8877a4b6c313e4dbc5a.tar.gz
Disable EGL on OS X.
It doesn't exist. There's EAGL, but that's not something we're covering.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b61ace..c2815b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,12 @@ case $host_os in
# (like checking for EGL and GLX libs in non-windows.).
AC_SUBST([LOG_COMPILER], [wine])
;;
+ darwin*)
+ build_egl=no
+ build_glx=yes
+ build_wgl=no
+ EPOXY_LINK_LIBS=""
+ ;;
*)
build_egl=yes
build_glx=yes