diff options
| -rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.07.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.07.bb b/meta/recipes-extended/ghostscript/ghostscript_9.07.bb index bd4dd75ffc..3ce9f1223a 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.07.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.07.bb | |||
| @@ -35,13 +35,15 @@ SRC_URI_class-native = "${SRC_URI_BASE} \ | |||
| 35 | SRC_URI[md5sum] = "57ebf17c5abcf0fc95a386bfff08c1a4" | 35 | SRC_URI[md5sum] = "57ebf17c5abcf0fc95a386bfff08c1a4" |
| 36 | SRC_URI[sha256sum] = "44800d004c53f13192d1b5db413119198ddfc8a11c4d2a030aac2f2fda822ebf" | 36 | SRC_URI[sha256sum] = "44800d004c53f13192d1b5db413119198ddfc8a11c4d2a030aac2f2fda822ebf" |
| 37 | 37 | ||
| 38 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-jasper \ | 38 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec \ |
| 39 | --with-fontpath=${datadir}/fonts --with-install-cups --without-libidn" | 39 | --with-fontpath=${datadir}/fonts --with-install-cups \ |
| 40 | --without-libidn \ | ||
| 41 | " | ||
| 40 | 42 | ||
| 41 | # Explicity disable libtiff, fontconfig, | 43 | # Explicity disable libtiff, fontconfig, |
| 42 | # freetype, cups for ghostscript-native | 44 | # freetype, cups for ghostscript-native |
| 43 | EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \ | 45 | EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \ |
| 44 | --without-jbig2dec --without-jasper \ | 46 | --without-jbig2dec \ |
| 45 | --with-fontpath=${datadir}/fonts \ | 47 | --with-fontpath=${datadir}/fonts \ |
| 46 | --without-libidn --disable-fontconfig \ | 48 | --without-libidn --disable-fontconfig \ |
| 47 | --disable-freetype --disable-cups" | 49 | --disable-freetype --disable-cups" |
