All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] configure: Look for .otf fonts
@ 2024-09-02  0:22 Vladimir Serbinenko
  2024-09-02  0:22 ` [PATCH 2/6] erofs: Replace 64-bit modulo with bitwise operations Vladimir Serbinenko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vladimir Serbinenko @ 2024-09-02  0:22 UTC (permalink / raw)
  To: grub-devel; +Cc: Vladimir Serbinenko

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

diff --git a/configure.ac b/configure.ac
index d4a14bf93..fe5493246 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1875,7 +1875,7 @@ AC_ARG_WITH([unifont],
 
 if test "x$with_unifont" = x; then
   # search in well-known directories
-  for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
+  for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz otf otf.gz; do
     for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc /usr/pkg/share/fonts/X11/misc /usr/local/share/fonts/gnu-unifont /usr/local/share/fonts/unifont; do
       if test -f "$dir/unifont.$ext"; then
         md5="$(md5sum "$dir/unifont.$ext"|awk '{ print $1; }')"
-- 
2.39.2


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

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

end of thread, other threads:[~2024-09-02  3:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02  0:22 [PATCH 1/6] configure: Look for .otf fonts Vladimir Serbinenko
2024-09-02  0:22 ` [PATCH 2/6] erofs: Replace 64-bit modulo with bitwise operations Vladimir Serbinenko
2024-09-02  3:41   ` Gao Xiang
2024-09-02  0:22 ` [PATCH 3/6] xzembed: Silence warning when no BCJ is available Vladimir Serbinenko
2024-09-02  0:22 ` [PATCH 4/6] configure: Add -mno-gpopt option Vladimir Serbinenko
2024-09-02  0:22 ` [PATCH 5/6] mkimage: Fix section_align for Loongson Vladimir Serbinenko
2024-09-02  0:22 ` [PATCH 6/6] gentpl: Put startup_raw.S into beginning of the image Vladimir 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.