Re: [PATCH 5/7] Include a BDF font on Hurd images.

2010-08-17 Thread Samuel Thibault
Jeremie Koenig, le Mon 16 Aug 2010 13:20:24 +0200, a écrit : > The BGF font used by bogl-bterm is built from the reduced BDF font, but > the Hurd console uses BDF fonts directly. > > In order to be able to build both kinds, the unifont.bdf target is split > into two stages (full bdf -> reduced bdf

Re: [PATCH 5/7] Include a BDF font on Hurd images.

2010-08-16 Thread Jeremie Koenig
On Mon, Aug 16, 2010 at 01:20:24PM +0200, Jeremie Koenig wrote: > +else > + # The hurd console uses a BDF font > + if [ -d "$(LOCALE_PATH)/C.UTF-8" ] && [ -e /usr/src/unifont.bdf ]; then > \ > + $(submake) $(TREE)/usr/share/hurd/vga-system.bdf; \

[PATCH 5/7] Include a BDF font on Hurd images.

2010-08-16 Thread Jeremie Koenig
The BGF font used by bogl-bterm is built from the reduced BDF font, but the Hurd console uses BDF fonts directly. In order to be able to build both kinds, the unifont.bdf target is split into two stages (full bdf -> reduced bdf -> reduced bgf). Hurd will uses the reduced BDF font directly, other s