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, 0 insertions, 8 deletions
diff --git a/recipes/mupdf/mupdf-0.6/Makerules b/recipes/mupdf/mupdf-0.6/Makerules
deleted file mode 100644
index 5f3d4e2aea..0000000000
--- a/recipes/mupdf/mupdf-0.6/Makerules
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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)