All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Ehrhardt <e.thomas@gmx.de>
To: buildroot@busybox.net
Subject: [Buildroot] ghostscript: wrong fonts path set in target application
Date: Wed, 25 Jul 2018 06:46:28 -0500 (CDT)	[thread overview]
Message-ID: <1532519188355-0.post@n4.nabble.com> (raw)

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/

             reply	other threads:[~2018-07-25 11:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-25 11:46 Thomas Ehrhardt [this message]
2018-07-25 14:37 ` [Buildroot] ghostscript: wrong fonts path set in target application Thomas Petazzoni
2018-07-26  8:44   ` Thomas Ehrhardt
2018-07-26  8:57     ` Thomas Ehrhardt
2018-07-28 22:04       ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1532519188355-0.post@n4.nabble.com \
    --to=e.thomas@gmx.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.