All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] search for fonts in /usr/share/fonts/uni
@ 2012-07-09 20:02 Jiri Slaby
  2012-07-09 20:02 ` [PATCH 2/5] grub-install: add --skip-fs-probe Jiri Slaby
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jiri Slaby @ 2012-07-09 20:02 UTC (permalink / raw)
  To: grub-devel; +Cc: Jiri Slaby

From: Jiri Slaby <jirislaby@gmail.com>

Location of the fonts in Suse is /usr/share/fonts/uni. We have to use
this patch when packaging grub2. Instead, it would be great to have
this upstream so others may leverage that.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3a95b04..5ea7ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ fi
 FONT_SOURCE=
 
 for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
-  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont; do
+  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni; do
     if test -f "$dir/unifont.$ext"; then
       FONT_SOURCE="$dir/unifont.$ext"
       break 2
-- 
1.7.10.4




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

end of thread, other threads:[~2012-09-13 15:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 20:02 [PATCH 1/5] search for fonts in /usr/share/fonts/uni Jiri Slaby
2012-07-09 20:02 ` [PATCH 2/5] grub-install: add --skip-fs-probe Jiri Slaby
2012-09-09 19:51   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-07-09 20:02 ` [PATCH 3/5] msdos-part: allow embedding in extended partition Jiri Slaby
2012-09-05 13:28   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-09-12  7:25     ` Michael Chang
2012-09-12 16:57       ` Lennart Sorensen
2012-09-13  5:26         ` Michael Chang
2012-09-13 15:52           ` Lennart Sorensen
2012-07-09 20:02 ` [PATCH 4/5] Migrate PPC from Yaboot to Grub2 Jiri Slaby
2012-07-14  9:14   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-07-09 20:02 ` [PATCH 5/5] add GRUB_CMDLINE_LINUX_RECOVERY for recovery mode Jiri Slaby
2012-09-05 14:08 ` [PATCH 1/5] search for fonts in /usr/share/fonts/uni Vladimir 'φ-coder/phcoder' Serbinenko

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.