Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318747 - sys-boot/grub-1.98 should depend on media-fonts/unifont with USE=truetype
Summary: sys-boot/grub-1.98 should depend on media-fonts/unifont with USE=truetype
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 12:57 UTC by Alexis Ballier
Modified: 2010-05-08 17:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Ballier gentoo-dev 2010-05-06 12:57:01 UTC
configure.ac contains:

for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz /usr/share/fonts/unifont/unifont.pcf.gz; do
  if test -e $file ; then
    AC_SUBST([FONT_SOURCE], [$file])
    break
  fi
done


Makefile.in contains:

ifeq (, $(FONT_SOURCE))
else

ifeq ($(enable_grub_mkfont),yes)

pkgdata_DATA += unicode.pf2 ascii.pf2 ascii.h
CLEANFILES += ascii.bitmaps

etc.

which means I won't have the .pf2 files if I don't have installed unifont.