On Wed, Jul 29, 2020 at 6:08 PM David Michael <fedora....@gmail.com> wrote: > > On Wed, Jul 29, 2020 at 5:52 PM <developm...@efficientek.com> wrote: > > From: Glenn Washburn <developm...@efficientek.com> > > > > Signed-off-by: Glenn Washburn <developm...@efficientek.com> > > --- > > configure.ac | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/configure.ac b/configure.ac > > index 7c10a4db7..c6b0ef499 100644 > > --- a/configure.ac > > +++ b/configure.ac > > @@ -1678,7 +1678,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 > > /usr/share/fonts/truetype; 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 /usr/share/fonts/truetype/dejavu; do > > I noticed that the font file isn't found on Fedora 32 anymore either. > This path needs to be added for that to work: > /usr/share/fonts/dejavu-sans-fonts > > Maybe it could take a configure argument or environment variable to > handle all the different installation locations so the list doesn't > need to keep growing?
A workaround is to copy/symlink the font file into the build directory, where it will get picked up by the first item in the list ("."). Also, Gentoo ebuild fetches a private copy of the fonts to avoid adding a build dependency. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel