summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.27.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.27.bb b/meta/recipes-extended/ghostscript/ghostscript_9.27.bb
index 349c0c2e8b..9e1f3e2f49 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.27.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.27.bb
@@ -59,7 +59,7 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST
59 --without-x, virtual/libx11 libxext libxt gtk+3\ 59 --without-x, virtual/libx11 libxext libxt gtk+3\
60 " 60 "
61 61
62EXTRA_OECONF = "--with-system-libtiff --without-jbig2dec \ 62EXTRA_OECONF = "--without-libpaper --with-system-libtiff --without-jbig2dec \
63 --with-fontpath=${datadir}/fonts \ 63 --with-fontpath=${datadir}/fonts \
64 --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \ 64 --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \
65 --with-cups-datadir=${datadir}/cups \ 65 --with-cups-datadir=${datadir}/cups \
@@ -71,7 +71,7 @@ EXTRA_OECONF_append_mipsarcho32 = " --with-large_color_index=0"
71# Explicity disable libtiff, fontconfig, 71# Explicity disable libtiff, fontconfig,
72# freetype, cups for ghostscript-native 72# freetype, cups for ghostscript-native
73EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \ 73EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \
74 --without-jbig2dec \ 74 --without-jbig2dec --without-libpaper \
75 --with-fontpath=${datadir}/fonts \ 75 --with-fontpath=${datadir}/fonts \
76 --without-libidn --disable-fontconfig \ 76 --without-libidn --disable-fontconfig \
77 --disable-freetype --disable-cups" 77 --disable-freetype --disable-cups"