summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorWouter van Kesteren <woutershep@gmail.com>2012-11-06 22:53:44 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-11-16 14:05:07 +0100
commitcb381546e5fb73110f09e0720645e3db34a03f98 (patch)
treee2d4c74bf517def02ae720984516411cce91501c /Makerules
parentfc3fb00dc71b796bb28c0ef7957f1ef630033516 (diff)
downloadmupdf-cb381546e5fb73110f09e0720645e3db34a03f98.tar.xz
Fix build with openjpeg-1.5.1
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makerules b/Makerules
index 0cfc93d0..244744b8 100644
--- a/Makerules
+++ b/Makerules
@@ -25,6 +25,7 @@ endif
ifeq "$(OS)" "Linux"
SYS_FREETYPE_INC := `pkg-config --cflags freetype2`
+SYS_OPENJPEG_INC := `pkg-config --cflags libopenjpeg`
X11_LIBS := -lX11 -lXext
endif