2009-01-13 Bean <bean123ch@gmail.com>
* Makefile.in: (enable_grub_mkfont): New variable. (freetype_cflags): Likewise. (freetype_libs): Likewise. * common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested. (grub_mkfont_SOURCES): New variable. (grub_mkfont_CFLAGS): Likewise. (grub_mkfont_LDFLAGS): Likewise. * configure.ac (--enable-grub-mkfont): New option. Check for freetype2 library if `--enable-grub-mkfont' is requested. (enable_grub_mkfont): New variable. (freetype_cflags): Likewise. (freetype_libs): Likewise. * util/grub-mkfont.c: New file.
This commit is contained in:
parent
093af1fe82
commit
e52db1f722
8 changed files with 765 additions and 1 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2009-01-13 Bean <bean123ch@gmail.com>
|
||||
|
||||
* Makefile.in: (enable_grub_mkfont): New variable.
|
||||
(freetype_cflags): Likewise.
|
||||
(freetype_libs): Likewise.
|
||||
|
||||
* common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested.
|
||||
(grub_mkfont_SOURCES): New variable.
|
||||
(grub_mkfont_CFLAGS): Likewise.
|
||||
(grub_mkfont_LDFLAGS): Likewise.
|
||||
|
||||
* configure.ac (--enable-grub-mkfont): New option. Check for freetype2
|
||||
library if `--enable-grub-mkfont' is requested.
|
||||
(enable_grub_mkfont): New variable.
|
||||
(freetype_cflags): Likewise.
|
||||
(freetype_libs): Likewise.
|
||||
|
||||
* util/grub-mkfont.c: New file.
|
||||
|
||||
2009-01-12 Christian Franke <franke@computer.org>
|
||||
|
||||
* disk/ata.c (grub_ata_pciinit): Fix bit numbers of compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue