Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] ghostscript: wrong fonts path set in target application
@ 2018-07-25 11:46 Thomas Ehrhardt
  2018-07-25 14:37 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Ehrhardt @ 2018-07-25 11:46 UTC (permalink / raw)
  To: buildroot

Without this patch the fonts path of ghostscript is wrong.

--- a/package/ghostscript/ghostscript.mk
+++ b/package/ghostscript/ghostscript.mk
@@ -40,7 +40,7 @@
        --disable-compile-inits \
        --disable-cups \
        --enable-fontconfig \
-       --with-fontpath=$(GHOSTSCRIPT_FONTS_TARGET_DIR) \
+       --with-fontpath=/usr/share/fonts \
        --enable-freetype \
        --disable-gtk \
        --without-jbig2dec \




--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-28 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 11:46 [Buildroot] ghostscript: wrong fonts path set in target application Thomas Ehrhardt
2018-07-25 14:37 ` Thomas Petazzoni
2018-07-26  8:44   ` Thomas Ehrhardt
2018-07-26  8:57     ` Thomas Ehrhardt
2018-07-28 22:04       ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox