aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mupdf/mupdf-0.6/Makerules
diff options
context:
space:
mode:
authorDmitry Artamonow <mad_soft@inbox.ru>2010-06-23 07:00:38 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 08:37:58 +0200
commitcf8d370464b68cd1ccbb2be9b93833c20ad1cfa4 (patch)
tree5324e274eacf88b915c37cfe5912f3d47bf3e668 /recipes/mupdf/mupdf-0.6/Makerules
parent78c84d68c9d4f5034651ec3def7d65e10bc3c480 (diff)
downloadopenembedded-cf8d370464b68cd1ccbb2be9b93833c20ad1cfa4.tar.gz
mupdf-0.6: new recipe
MuPDF is a slim and fast PDF viewer/toolkit. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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)