summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.05.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
index dc6e481515..1c18b217da 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
@@ -15,7 +15,7 @@ SECTION = "console/utils"
15LICENSE = "GPLv3" 15LICENSE = "GPLv3"
16LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8"
17 17
18PR = "r2" 18PR = "r3"
19 19
20DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" 20DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
21DEPENDS_virtclass-native = "" 21DEPENDS_virtclass-native = ""
@@ -36,7 +36,7 @@ SRC_URI[md5sum] = "f7c6f0431ca8d44ee132a55d583212c1"
36SRC_URI[sha256sum] = "593f77f7584704bdf9de41598a084a4208c3ad3b940a1de1faaf8f59a15cc207" 36SRC_URI[sha256sum] = "593f77f7584704bdf9de41598a084a4208c3ad3b940a1de1faaf8f59a15cc207"
37 37
38EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-jasper \ 38EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-jasper \
39 --with-fontpath=${datadir}/fonts --with-install-cups" 39 --with-fontpath=${datadir}/fonts --with-install-cups --without-libidn"
40 40
41# This has been fixed upstream but for now we need to subvert the check for time.h 41# This has been fixed upstream but for now we need to subvert the check for time.h
42# http://bugs.ghostscript.com/show_bug.cgi?id=692443 42# http://bugs.ghostscript.com/show_bug.cgi?id=692443