* [Buildroot] liberation fonts fails to build
@ 2009-01-06 11:52 David Brown
0 siblings, 0 replies; only message in thread
From: David Brown @ 2009-01-06 11:52 UTC (permalink / raw)
To: buildroot
There seems to be a problem with the liberation fonts package - it won't
build because there is no rule to make the
"$(STAGING_DIR)/usr/share/fonts/.ttf" target.
A simple change to the liberation.mk makefile is all that is needed, as
far as I can see. I changed line 21 from:
$(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: \
$(LIBERATION_DIR)/.unpacked
to
$(STAGING_DIR)/usr/share/fonts/.ttf: $(LIBERATION_DIR)
The fonts now appear to be installed correctly.
mvh.,
David Brown
Norway.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-06 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 11:52 [Buildroot] liberation fonts fails to build David Brown
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.