aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mupdf/mupdf_0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mupdf/mupdf_0.6.bb')
-rw-r--r--recipes/mupdf/mupdf_0.6.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/mupdf/mupdf_0.6.bb b/recipes/mupdf/mupdf_0.6.bb
index 16d49d8ff1..88e7868fca 100644
--- a/recipes/mupdf/mupdf_0.6.bb
+++ b/recipes/mupdf/mupdf_0.6.bb
@@ -10,6 +10,8 @@ SRC_URI = "http://mupdf.com/download/source/${PN}-${PV}.tar.gz \
file://mupdf_fix_endianness.patch \
file://Makerules"
+SRC_URI_append_jlime = " file://keybindings.patch "
+
S = "${WORKDIR}/mupdf"
PACKAGES =+ "${PN}-tools ${PN}-tools-doc "
@@ -22,6 +24,9 @@ FILES_${PN}-tools-doc = "${mandir}/man1/pdfclean.1 ${mandir}/man1/pdfdraw.1 \
# so we need to provide some safe settings
FULL_OPTIMIZATION = "-O2"
+# Compilation is broken with ccache so we disable it.
+CCACHE = ""
+
do_configure() {
cp ${WORKDIR}/Makerules ${S}/Makerules