summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2013-04-28 14:09:23 +0200
committerRobin Watts <robin.watts@artifex.com>2013-04-29 13:14:46 +0100
commit61803082ee2f751e9cf5d5258bfe1c099f17e947 (patch)
tree0b9e07d35bbe2beda0809096678c4a10d1320c49 /Makerules
parent3c8628bb3336fce72529ca53e1f236ca368ae0c9 (diff)
downloadmupdf-61803082ee2f751e9cf5d5258bfe1c099f17e947.tar.xz
Correct pkg-config dependency to libopenjpeg1
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 7f4dcefb..82a664b4 100644
--- a/Makerules
+++ b/Makerules
@@ -33,7 +33,7 @@ RANLIB_CMD = ranlib $@
# Other Unixes use pkg-config for system third party libs
else
SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2)
-SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg)
+SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg1)
SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext)
SYS_X11_LIBS = $(shell pkg-config --libs x11 xext)
endif