aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mupdf/mupdf-0.6/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mupdf/mupdf-0.6/Makerules')
-rw-r--r--recipes/mupdf/mupdf-0.6/Makerules8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/mupdf/mupdf-0.6/Makerules b/recipes/mupdf/mupdf-0.6/Makerules
new file mode 100644
index 0000000000..5f3d4e2aea
--- /dev/null
+++ b/recipes/mupdf/mupdf-0.6/Makerules
@@ -0,0 +1,8 @@
+# Configuration for the Makefile
+LIBS := -ljbig2dec -lopenjpeg -ljpeg -lz -lm
+CFLAGS := -Wall --std=gnu99 -Ifitz -Imupdf $(THIRD_INCS)
+
+CFLAGS += `pkg-config --cflags freetype2`
+LDFLAGS += `pkg-config --libs freetype2`
+X11LIBS = -lX11 -lXext
+PDFVIEW_EXE = $(X11VIEW_EXE)