From cf8d370464b68cd1ccbb2be9b93833c20ad1cfa4 Mon Sep 17 00:00:00 2001 From: Dmitry Artamonow Date: Wed, 23 Jun 2010 07:00:38 +0000 Subject: mupdf-0.6: new recipe MuPDF is a slim and fast PDF viewer/toolkit. Signed-off-by: Dmitry Artamonow Signed-off-by: Martin Jansa --- recipes/mupdf/mupdf-0.6/Makerules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/mupdf/mupdf-0.6/Makerules (limited to 'recipes/mupdf/mupdf-0.6/Makerules') 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) -- cgit 1.2.3-korg