ChangeLog

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-20 14:27:52 +01:00
parent 24c821801a
commit b49991d823

11
ChangeLog.sdl Normal file
View file

@ -0,0 +1,11 @@
2009-11-20 Vladimir Serbinenko <phcoder@gmail.com>
SDL support.
* Makefile.in (LIBSDL): New variable.
(enable_grub_emu_sdl): Likewise.
* conf/i386-pc.rmk (grub_emu_SOURCES): Add video files.
(grub_emu_SOURCES) [enable_grub_emu_sdl]: Add util/sdl.c.
(grub_emu_LDFLAGS) [enable_grub_emu_sdl]: Add $(LIBSDL).
* configure.ac: Detect SDL availability and add --enable-grub-emu-sdl
* util/sdl.c: New file.