grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] look for DejaVu also in /usr/share/fonts/truetype
@ 2014-01-12 12:15 Andrey Borzenkov
  2014-01-18 15:58 ` [PATCH] Improve DejaVuSans detection Andrey Borzenkov
  2014-01-21  7:29 ` [PATCH] look for DejaVu also in /usr/share/fonts/truetype Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 11+ messages in thread
From: Andrey Borzenkov @ 2014-01-12 12:15 UTC (permalink / raw)
  To: grub-devel

It is installed in this path on openSUSE.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7c5d080..e80c074 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1375,7 +1375,7 @@ fi
 
 if test x"$starfield_excuse" = x; then
    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/truetype/ttf-dejavu /usr/share/fonts/dejavu; do
+     for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do
         if test -f "$dir/DejaVuSans.$ext"; then
           DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext"
           break 2
-- 
tg: (0776112..) u/dejavu-path (depends on: master)


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

end of thread, other threads:[~2014-01-25 20:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-12 12:15 [PATCH] look for DejaVu also in /usr/share/fonts/truetype Andrey Borzenkov
2014-01-18 15:58 ` [PATCH] Improve DejaVuSans detection Andrey Borzenkov
2014-01-18 16:26   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-01-18 17:04     ` Andrey Borzenkov
2014-01-21  7:40       ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-01-21 16:18         ` Andrey Borzenkov
2014-01-21  7:46   ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-01-21 16:16     ` Andrey Borzenkov
2014-01-21 23:16       ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-01-25 20:05         ` Andrey Borzenkov
2014-01-21  7:29 ` [PATCH] look for DejaVu also in /usr/share/fonts/truetype Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).