summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-09 20:29:21 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-10 12:14:05 +0100
commitd6e80a252e0c20636f38985438fbbd944037bc27 (patch)
treefc9c7551a09de2e0d399cb6d171cfde08ba81281 /Makerules
parent3204cbf1a986326e98c453818af69d17d0a4a193 (diff)
downloadmupdf-d6e80a252e0c20636f38985438fbbd944037bc27.tar.xz
Add system harfbuzz pkg-config flags to makefile.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makerules b/Makerules
index 2813a093..5b3d4fc1 100644
--- a/Makerules
+++ b/Makerules
@@ -79,6 +79,8 @@ SYS_CURL_DEPS = -lpthread -lrt
SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext)
SYS_X11_LIBS = $(shell pkg-config --libs x11 xext)
+SYS_HARFBUZZ_CFLAGS = $(shell pkg-config --cflags harfbuzz)
+SYS_HARFBUZZ_LIBS = $(shell pkg-config --libs harfbuzz)
SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2)
SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2)
SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjp2)