diff options
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb index fe2016b15a..8524591a0a 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb | |||
@@ -46,8 +46,7 @@ EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec \ | |||
46 | --with-cups-datadir=${datadir}/cups \ | 46 | --with-cups-datadir=${datadir}/cups \ |
47 | " | 47 | " |
48 | 48 | ||
49 | EXTRA_OECONF_append_mips = " --with-large_color_index=0" | 49 | EXTRA_OECONF_append_mipsarcho32 = " --with-large_color_index=0" |
50 | EXTRA_OECONF_append_mipsel = " --with-large_color_index=0" | ||
51 | 50 | ||
52 | # Explicity disable libtiff, fontconfig, | 51 | # Explicity disable libtiff, fontconfig, |
53 | # freetype, cups for ghostscript-native | 52 | # freetype, cups for ghostscript-native |