summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-11-10 15:44:44 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-11-14 13:23:57 +0100
commit018253cfc8a34805c4fc1e0f955e3696db60886a (patch)
treecdb7036bf139601e04c9657423eb16c1b45a4943 /Makerules
parentf0690e5d4c6c6b1ae66b8c0bb3425bb2fbba0b29 (diff)
downloadmupdf-018253cfc8a34805c4fc1e0f955e3696db60886a.tar.xz
gl: Add macOS support.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 9e5df05b..a038ff8f 100644
--- a/Makerules
+++ b/Makerules
@@ -73,7 +73,7 @@ CFLAGS+= -U__STRICT_ANSI__
# Mac OS X doesn't have pkg-config so we hard code paths.
else ifeq "$(OS)" "MACOS"
-HAVE_X11 ?= yes
+HAVE_X11 ?= no
HAVE_PTHREADS ?= yes
# Mac OS X deprecated openssl, so the default is to not include it.